Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
QtGP 1.1
-
None
Description
Env:
Windows 11 Qt GP 1.1. Qt Repository
Steps:
- Open Android project with Qt project.
- Make sure the ABI you're going to set is different than default one used by the plugin.
- My default was arm64_v8a, so I added setExtraCMakeArguments('-DANDROID_ABI=x86_64') to the QtBuildTask
- Try to run the app.
Expected: The task is run for specified ABI or at least the eror is handled properly.
Actual: I've got the error message:
CMake Error at C:/Qt/6.9.0/android_arm64_v8a/lib/cmake/Qt6Core/Qt6AndroidMacros.cmake:162 (message): Detected Qt installation does not contain qtforandroid_x86_64.so in the following dir:
The dir is not specified in the error message. It works fine if I put there default ABI.
Attachments
Issue Links
- relates to
-
QTQAINFRA-6882 Qt Test Attack - 01, 2025
- Open