Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
QtGP 1.0
Description
How to reproduce:
- Open a qtquickview example in Android Studio
- Add qtKitDir (pointing to a Qt4A kit) to QtBuild{} in build.gradle of the app
- Build the project -> The output APK, now has jnilibs of the qtKitDir
- Comment/Remove the qtKitDir line from QtBuild{}
- Build the project
Expected result:
The output APK should now have the multi-abi jni libs
Actual result:
QtGP still builds the single-abi version, so the APK lacks libs from other ABIs.
Note1: I checked the app/build/qt_generated and the AAR file is single ABI although it should be multi-abi.
Note2: Android Studio rebuild, creates multi-abi APK.
Note3: Removing qt_generated & Build, also creates multi-abi APK.
Attachments
Issue Links
- duplicates
-
QTBUG-129358 Multi-abi build does not rebuild other targets when there is a change
- Closed
- is cloned by
-
QTTA-173 Switching between custom & default Ninja Path does not work
- Reported