How to change android architecture for which android apk is created?
Unsolved
Mobile and Embedded
-
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?