Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. androidqt
    Log in to post

    • UNSOLVED Triggering Qt custom context menu in android
      Mobile and Embedded • androidqt context menu qt 5.14.2 • • Parsa Mousavi  

      1
      0
      Votes
      1
      Posts
      99
      Views

      No one has replied

    • UNSOLVED Get executable output from Qt console application project with arm64-v8a compiler
      General and Desktop • android qt application androidqt • • morteza ali ahmadi  

      1
      0
      Votes
      1
      Posts
      62
      Views

      No one has replied

    • UNSOLVED How to set Android Target Architecture in Qt?
      Mobile and Embedded • android androidqt androiddeployqt qt5.14.1 • • harip  

      10
      1
      Votes
      10
      Posts
      909
      Views

      Post your environment information (OS, Qt version, Qt Creator version) Are Android SDK & NDK installed and set up in Qt Creator? Have you selected the architecture in Projects->Build pane of Qt Creator? Is this a new project or some older one which you are porting to newer Qt version?
    • UNSOLVED Analog Clock example; Build & Run on Android
      Mobile and Embedded • androidqt • • BAD_AL  

      3
      0
      Votes
      3
      Posts
      372
      Views

      There is a Bug filed called "Can't debug Android App": https://bugreports.qt.io/browse/QTCREATORBUG-20379 In one of the comments someone mentions that you'll need to manually update the AndroidManifest.xml file to add the attribute android:debuggable="true" To the Application tag. This gets the Application deployed and starts it up. But looks like the debugger still can't attach. And it also looks like the Manifest gets autogenerated and needs to be updated each time you try to debug. Hopefully there is something one can set to adjust the automatic generation so you don't have to edit that manifest each time you need to deploy.
    • SOLVED qDebug, qWarning etc. Android implementation
      Mobile and Embedded • qdebug androidqt logging qwarning • • azarubkin  

      2
      0
      Votes
      2
      Posts
      409
      Views

      Found it: https://github.com/qt/qtbase/blob/5.12/src/corelib/global/qlogging.cpp Specifically, I needed to set application name in QCoreApplication.
    • Android USB camera recording
      Mobile and Embedded • qml android qt creator qt application androidqt qt 5.4.0 qtandroid • • Anilkumar  

      2
      0
      Votes
      2
      Posts
      1170
      Views

      Hi and welcome to devnet, Did you try with QCamera and it's friendly classes ?
    • Qt Creator: cross-plugin dependency, specifically between Android and Qbs plugins
      Tools • android qtcreator plugin qbs androidqt apk • • Korvin  

      1
      1
      Votes
      1
      Posts
      600
      Views

      No one has replied

    • SOLVED - Browser does not work on android
      Mobile and Embedded • qml android qt5.4 qt 5.4.1 webview webkit webengine androidqt browser • • Alexorleon  

      3
      0
      Votes
      3
      Posts
      2331
      Views

      @p3c0 Yes, thanks. I found this example. And he is works. http://doc.qt.io/qt-5/qtwebview-minibrowser-example.html And I found - Webengine is not supported on android and not with MinGW either.
    • load https: Self Signed Certificate encryption
      Mobile and Embedded • android qt 5.4 mobile androidqt androiddeployqt android 2.3.3 qt5.4.1 • • Buleron  

      1
      0
      Votes
      1
      Posts
      4504
      Views

      No one has replied

    • self signed Certificate error
      Mobile and Embedded • android qt5.4 androidqt qt5.4.1 • • Buleron  

      5
      0
      Votes
      5
      Posts
      3301
      Views

      @mcosta W/libPmps.so(10267): (null):0 ((null)): qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method W/libPmps.so(10267): (null):0 ((null)): qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_client_method W/libPmps.so(10267): (null):0 ((null)): qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_server_method W/libPmps.so(10267): (null):0 ((null)): qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_server_method W/libPmps.so(10267): (null):0 ((null)): qt.network.ssl: QSslSocket: cannot resolve SSL_select_next_proto W/libPmps.so(10267): (null):0 ((null)): qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb W/libPmps.so(10267): (null):0 ((null)): qt.network.ssl: QSslSocket: cannot resolve SSL_get0_next_proto_negotiated
    • Network transport error : SSL handshake failed
      Mobile and Embedded • android qt5.4 androidqt android 2.3.3 • • Buleron  

      1
      0
      Votes
      1
      Posts
      741
      Views

      No one has replied

    • make layout suitable for any smartphone screen
      Mobile and Embedded • android user interface androidqt screen • • Endar  

      1
      0
      Votes
      1
      Posts
      461
      Views

      No one has replied

    • qregexpvalidator doesn't work in Android
      Mobile and Embedded • android qt5.4 androidqt android 2.3.3 • • Buleron  

      7
      0
      Votes
      7
      Posts
      1282
      Views

      yes the input isn't blocked , it not validated!
    • Building QT without Android C++ Run-time
      Installation and Deployment • qt 5.4 androidqt building • • NehaR57  

      4
      0
      Votes
      4
      Posts
      1224
      Views

      If you are building Qt for Windows, it won't link to the Android runtime
    • Error configuring way NDK Android in QT Creator
      Installation and Deployment • android qtcreator configure application androidqt ndk androiddeployqt application-and • • Vitor Brangioni  

      1
      0
      Votes
      1
      Posts
      818
      Views

      No one has replied