Create Templates (Android APK) does not work
-
When I click
Create Templates
it should make one in/path/project/android
but it does not.
When compiling:
No Android architecture (ABI) is set by the project.
,
I also have this error:
Cannot open "/path/project/build/Android-Debug/android-build/AndroidManifest.xml".
I think that
AndroidManifest.xml
should be generated automatically.qtcreator -version Qt Creator 14.0.1 based on Qt 6.7.2 Android 14.0.1 Develop applications for Android devices.
-
-
How do I fixNo compiler can produce code for this Qt version
?As in https://forum.qt.io/post/738879 I do not have ABIs in
Projects->Build->Build Steps->qmake -- details to select ABIs
. -
You need to post two new screenshots:
- The Android settings page, then we can know which Java JDK and Android NDK you are using
- The compilers page
-
Please open a bug report at https://bugreports.qt.io/secure/CreateIssue.jspa?pid=10512
We had this issue in the past, with the Android compiler mismatch, but it looks like you are using Qt Creator 14.0.1...