Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
QtGP 1.0
-
-
fd055c469 (1.0), 3abfef216 (dev)
Description
Steps to reproduce:
- Create new Android project
- Add Qt Gradle Plugin to the project
- Use /foobar/Qt/6.8.0 as qtPath
- Select a QML project as qtProjectPath
- Build and deploy the app to emulator (x86_64)
- App crashes with > FATAL EXCEPTION: qtMainLoopThread
Process: com.example.qtquickview_java, PID: 20247
More investigations:
The build folder for the Qt project is under build/qt_generated. The target of the project is aar, so the output should be an .aar file. The AAR files should include app library (.so) and all other Qt libraries from all installed ABIs. But it only include arm64_v8a libraries.
It seems that QT_ANDROID_BUILD_ALL_ABIS=ON is not properly passed during cmake config.