I've installed the crosswalk plugin and built my app with cordova build --release
.
This generated 2 apk files: android-armv7-release-unsigned.apk
and android-x86-release-unsigned.apk
. Now I would like to run my app on my device using one of these apk's, but when I run ionic run android --device
, it builds 2 more apks and uses android-armv7-debug.apk
to run the app.
How can I choose the apk that my app needs to use ?
Thanks
Edit: here's config.xml