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 (dev - f79fb9575f3f083a35dabe805eba03802dc23380)
AS Ladybug 2024.2.2
Steps:
- Open example qtquickview_java and make sure the qt project is also there.
- Update the build.gradle and try to run the app.
QtBuild { qtPath file("/Users/lukaszkosiorowski/Qt/6.9.0") projectPath file("/Users/lukaszkosiorowski/workspace/qt/android_examples/qtquickview") }
Expected: As the project is built for multi ABIs it should run on device and on emulator.
Actual: The app crashes on startup since it tries to use not supported ABI (x86) to run on the target device/emulator. In my case the project was built with x86 as default ABI. Others ABI are present in "android_abi_builds" directory. It works fine when I tested on Windows.
Attachments
Issue Links
- relates to
-
QTQAINFRA-6882 Qt Test Attack - 01, 2025
-
- Open
-