PDA

View Full Version : How to get the QML app to work on most Android devices



franky
27th February 2019, 18:53
Hello all,

My current QML app contains a few components, .wav files, and two .png images and works well and is installed on many Android devices from my old HP tablet, running Android ver 4.4.2, to my friends' smartphones running an updated version of Android.

13033

But on many other Android devices cannot be installed, yet! :(

13035

What could be the problem in your perspective, please?
I use this version of NDK: "android-ndk-r19".
I'm not sure but can it be the reason for the problem, please?

13034

Is there a popular/prevalent version of NDK (or even JDK) that works well on most Android devices, please?

ChrisW67
17th March 2019, 06:28
As best I can tell that version of NDK will support Android at API level 16+ (Android 4.1 and later). This is consistent with the versions you say the application works on.
NDK r18 removed support for API level 14 and 15 (Android 4.0+)

https://developer.android.com/ndk/downloads/revision_history
https://developer.android.com/ndk/guides/stable_apis.html


There is no information in your post that indicates why the application will not run (it seems to install) on some unspecified hardware/Android versions etc. Consequently, the foregoing points may have nothing to do with the problem.