My app says “invalid Qt version” on my Android device (Qt 5.9.1, Android 5.0.2)
-
When I'm trying to create a basic application using Qt with dynamic linking through ministro,
I getting error invalid qt version https://i.stack.imgur.com/JQniW.png
I use:qt-opensource-linux-x64-5.9.1.run android-ndk-r15b-linux-x86_64 android- sdk https://i.stack.imgur.com/GZ1zs.png fully updated debian. phone zte blade with android 5.0.2
I searched for solutions unsuccessfully on google.pl.
Building applications with Qt libraries appended to apk was successful, but I want to release an Android application based on the GPLV3 license with no hassle of installation.
-
When I'm trying to create a basic application using Qt with dynamic linking through ministro,
I getting error invalid qt version https://i.stack.imgur.com/JQniW.png
I use:qt-opensource-linux-x64-5.9.1.run android-ndk-r15b-linux-x86_64 android- sdk https://i.stack.imgur.com/GZ1zs.png fully updated debian. phone zte blade with android 5.0.2
I searched for solutions unsuccessfully on google.pl.
Building applications with Qt libraries appended to apk was successful, but I want to release an Android application based on the GPLV3 license with no hassle of installation.
@Linuxx Ministo doesn't work for Android 5+
see http://doc.qt.io/qtcreator/creator-deploying-android.html
Android 5 devices only support Creating Distributable APK Packages -
Just choose option of bundle at libraries with apk.
You can get this option in project settings-deployment. Don't depend on ministro tool. Users generally don't prefer downloading after installing apk -
you should read this about Open Source and Android and Licensing:
https://wiki.qt.io/Licensing-talk-about-mobile-platformsalso this could be of interest:
https://stackoverflow.com/questions/18639508/replace-so-file-in-android-apk
https://gressie.wordpress.com/2012/06/14/how-to-properly-re-assign-a-signature-to-an-android-apk-file/of course easiest way is to buy a commercial license. There's a special price for start ups and independent devs:
https://www.qt.io/start-up-plan/
from my POV it's worth the price - Qt is the best for x-platform mobile APP development - esp. since QtQuickControls2 provide all the Material styled Controls and easy navigation
read about it in my blog series: https://appbus.wordpress.com/category/qt-for-mobile/overview/