Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QtGP 1.1
-
None
Description
Env:{}
OS 15.2 Qt 6.9.0b2
Qt GP 1.1 (Qt Maven)
QtTAS Plugin 4.0 (latest dev - f79fb9575f3f083a35dabe805eba03802dc23380)
AS Ladybug 2024.2.2
Steps:{}
- Open sample qt project (qtquickview_java)
- Specify qtKitDir in build.gradle -
qtKitDir file('<your_home>/Qt/6.9.0/android_armv7') - Connect the device that supports armv7 abi.
- Build Qt project and run the app on device.
Expected: The app runs on the device.
Actual: The qt project does not run, even if the connected device supports the arch. With Qt 6.9.0b2 it crashes on startup (might be related to https://bugreports.qt.io/browse/QTBUG-132155) on Qt 6.8.1 it shows an empty screen, like for not supported ABIS x86, x86_64). It shows the error:
There are no .so files available to package in the APK for arm64-v8a.> Task :app:createDebugApkListingFileRedirect
build.gradle:
QtBuild { qtPath file('<home>/Qt/6.9.0') projectPath file('<home>/workspace/qt/newqml2025') qtKitDir file('<home>/Qt/6.9.0/android_armv7') }
Attachments
Issue Links
- relates to
-
QTQAINFRA-6882 Qt Test Attack - 01, 2025
- Open