How to change android architecture for which android apk is created?
Unsolved
Mobile and Embedded
-
Hi,
I've got a problem, that apk builder architecture and my emulator architecture don't match. I use x86 architecture on android emulator, and when trying to deploy app on it I getINSTALL_FAILED_NO_MATCHING_ABIS
So there's my question. Where I could change the ABI that is used for building apk? -
Hi @Arko,
I think it's easier if I give you an example to run an app in simulator.
First, I have project setting like this:
This means I choos x86 as apk output architecture.
Then when try to run my project, the device selection with be shown, just choose the correct architecture, as below I have 2 devices match with setting, just choosr 1 one. Then APK will work fine.
My system info: Ubuntu 18.04, Qt 5.14.1. -
You've tried what exactly?