The purpose of this is mainly to ask a question. When working with ionic package and crosswalk, is there a way to generate multiple apk files (x86 and ARM)?
Ionic package is great, makes what should be easy actually easy. Yet some things are still not clear. I’ve been looking for an answer to this for quite a while now.
The preferences are set in the config.xml:
<preference name="xwalkMultipleApk" value="true"/>
And I also tried using the flag:
BUILD_MULTIPLE_APKS=true ionic package build android --profile [myprofile] --release
and that still generated a single HUGE file.
So is it posible?
Thanks