Navigation

    Qt Forum

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

    • UNSOLVED Trouble keeping an application running in the background
      Mobile and Embedded • android ndk • • ouscn  

      1
      0
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • UNSOLVED Running an Android application in background without any GUI
      Mobile and Embedded • c++ service ndk andriod • • ouscn  

      3
      0
      Votes
      3
      Posts
      334
      Views

      Please note https://bugreports.qt.io/browse/QTBUG-76411, as Android 8 and later have quite a few new restrictions to background services.
    • UNSOLVED Using Qt codes in Android application
      General and Desktop • c++ android qt5 cmake ndk • • morteza ali ahmadi  

      1
      0
      Votes
      1
      Posts
      128
      Views

      No one has replied

    • UNSOLVED Android build and deploy. 64bit, Clang, new app store developer console rules [2018 & 2019]
      Installation and Deployment • android build deploy clang ndk • • BINALECTRUM  

      3
      0
      Votes
      3
      Posts
      863
      Views

      @BINALECTRUM said in Android build and deploy. 64bit, Clang, new app store developer console rules [2018 & 2019]: Is Qt going more in embedded/car side and just slowly drops Android/mobile platform? In Roadmap 2018 there is nothing new about mobile platform. i heavily doubt that. I guess the reason is more because Qt runs more or less stable on Android. There are no bigger features which need to be implemented, mostly bug fixing. What is your move Qt team on new app store rules in developer console: minimal platform-26 in August 2018 and 64-bit apk in 2019? Some new changes in build and deploy area? i asked this at the beginning of the year, but unfortunately haven't received an answer.
    • SOLVED The GDB in the NDK appears to have broken python support
      Installation and Deployment • ndk • • dream_captain  

      2
      0
      Votes
      2
      Posts
      799
      Views

      I just didn't have an execute permission for NDK compiler. The message is gone now
    • UNSOLVED QNetwork error when use Qt lib with native JNI Android application
      Mobile and Embedded • android qtnetwork ndk jni x86 • • alexpi  

      1
      0
      Votes
      1
      Posts
      608
      Views

      No one has replied

    • UNSOLVED Can't find stdlib.h included in cstdlib.
      Mobile and Embedded • header ndk solved • • egg.nut  

      13
      0
      Votes
      13
      Posts
      8381
      Views

      @egg.nut I met the same question,how do you solve it?
    • SOLVED java.lang.UnsatisfiedLinkError: dlopen failed: could not load library "libQt5Qml.so"
      Mobile and Embedded • android qtnetwork ndk qtqml • • Sanders  

      2
      0
      Votes
      2
      Posts
      3739
      Views

      @Sanders I finally resolved my issue. The problem was due to the Qt libraries. Indeed I was using the 5.6 version and to fix it I downgraded to the 5.5 version
    • Qt5 android debugging windows
      Installation and Deployment • android gdb ndk • • Kartsaaja  

      2
      0
      Votes
      2
      Posts
      1052
      Views

      me too facing same problem. is there any solutions.
    • UNSOLVED Shared library with Qmake for Android
      Mobile and Embedded • android qt5 qmake ndk • • Sanders  

      2
      0
      Votes
      2
      Posts
      912
      Views

      Is your Android app an Java or C++ app?
    • SOLVED Fatal error: QObject: No such file or directory
      Mobile and Embedded • android qobject ndk android studio • • Sanders  

      5
      0
      Votes
      5
      Posts
      7189
      Views

      I finally found my issue. My include path did not point to the great folder (the one containing the QObject header) To fix it I used the include path flag with the ndk-build command
    • SOLVED Set android sound stream to STREAM_MUSIC
      Mobile and Embedded • android ndk sound • • Xicor  

      2
      0
      Votes
      2
      Posts
      791
      Views

      this works. if you use jactivity.callObjectMethod instead of jactivity.callMethod it just crashes. QAndroidJniObject jactivity=QtAndroid::androidActivity(); if(jactivity.isValid()) jactivity.callMethod<void>("setVolumeControlStream","(I)V",3);
    • UNSOLVED Installation Issues - Complains about missing GDB support, unsure about how to do kits.
      Mobile and Embedded • android qtcreator qt5 ndk android studio • • Votato  

      2
      0
      Votes
      2
      Posts
      830
      Views

      Hi, You should add which OS you are using, what version of the Android NDK and SDK you are trying to use.
    • UNSOLVED Qt + NDK e Cross compile
      Portuguese • android cross-compile ndk • • Exotic_Devel  

      4
      0
      Votes
      4
      Posts
      1240
      Views

      Até onde sei, 100% é maneira de falar. Eu diria 99%, porque todo app precisa de um ponto de entrada em Java, nem que seja só pra chamar depois o C++.
    • UNSOLVED Problem using QTDS driver on Android "cannot locate symbol "stpcpy""
      Mobile and Embedded • android qtcreator sql database ndk • • Antonio Ortiz  

      1
      0
      Votes
      1
      Posts
      1570
      Views

      No one has replied

    • 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
      894
      Views

      No one has replied