Qt for Android
-
wrote on 30 Jan 2019, 10:42 last edited by
I am currently using Qt 5.11.2.
I have installed android_armv7 and android_x86, and have installed all JDK, SDK, and NDK for Android App development.
The manual says MinGW should be installed, is it different from mingw53_32 I already installed?
And what version of the JDK, NDK, SDK is available in the current Qt version? -
I am currently using Qt 5.11.2.
I have installed android_armv7 and android_x86, and have installed all JDK, SDK, and NDK for Android App development.
The manual says MinGW should be installed, is it different from mingw53_32 I already installed?
And what version of the JDK, NDK, SDK is available in the current Qt version?@comet91-0 What manual do you mean? For Android you should use the compiler from NDK.
"And what version of the JDK, NDK, SDK is available in the current Qt version?" - none of them. Those are not part of Qt. -
I am currently using Qt 5.11.2.
I have installed android_armv7 and android_x86, and have installed all JDK, SDK, and NDK for Android App development.
The manual says MinGW should be installed, is it different from mingw53_32 I already installed?
And what version of the JDK, NDK, SDK is available in the current Qt version?wrote on 30 Jan 2019, 11:22 last edited by koahnigThe versions are indicated in this document http://doc.qt.io/qt-5/android-getting-started.html
I am using Qt5.11.3 with Android NDK version r10e
For some tests with latest Qt5.12.0 I am using
which should be the latest versions, if Google did not update again. -
wrote on 30 Jan 2019, 11:25 last edited by
-
wrote on 30 Jan 2019, 11:35 last edited by
-
your problem is, that the Qt-libaries for 5.11.2 do not work with your NDK.
ndk-r18b requieres you to use Qt 5.12 or newer.
for 5.11.2 you should use ndk-10elike @koahnig said in his post.
-
wrote on 30 Jan 2019, 11:46 last edited by
Thank you very much.
-
wrote on 30 Jan 2019, 12:59 last edited by
@comet91-0 if your issue is solved please don't forget to mark your post as such! Thanks.
2/8