Details
-
Suggestion
-
Status: Reported
-
P3: Somewhat important
-
Resolution: Unresolved
-
Qt Creator 6.0.1
-
None
-
None
Description
Google has added Support for ARM binaries on Android 9, 11, 12 x86 and x86_64 system images
It would be great if Qt Creator could deploy APKs targeted for ARM on emulators with such compatibility.
For reference the new emulator images with such compatibility report the following list of ABIs when running `adb shell getprop` command:
[ro.product.cpu.abilist]: [x86_64,x86,arm64-v8a,armeabi-v7a,armeabi] [ro.product.cpu.abilist32]: [x86,armeabi-v7a,armeabi] [ro.product.cpu.abilist64]: [x86_64,arm64-v8a]