Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
Qt Creator 11.0.2
-
None
Description
Unable to deploy Project on Android Multi-Abi other than arm64-v8a on Qt 5.15.16 Windows.
Steps to Reproduce:
- Open any example for android (eg. Address book example)
- Select Android Qt 5.15.16 Clang Multi-Abi as kit
- In Project tab under Build Steps, Select all ABIsĀ
- Run the Example
Actual Output:
Fails to deploy on Android (x86)
Expected Output:
Application deploys on Android (x86)
Reproducibility: 100%
Error Logs:
03:27:55: The deployment device "x86Android" does not support the architectures used by the kit. The kit supports "arm64-v8a", but the device uses "x86". Error while building/deploying project addressbook (kit: Android Qt 5.15.16 Clang Multi-Abi) When executing step "Deploy to Android device"
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-29552 Changing ABIs doesn't take effect.
- Closed