I'm using cordova-plugin-crosswalk-webview in my config.xml like below.
crosswalk version 1.5.0
But it seems that PhoneGap Build outputs only the .x86 APK.
With certificate it give x86 build. Without certificate it gives ARM version.
Any idea how we can get the 64bit APK (arm) in release version?
<plugin name="cordova-plugin-crosswalk-webview"/>
crosswalk version 1.5.0
But it seems that PhoneGap Build outputs only the .x86 APK.
With certificate it give x86 build. Without certificate it gives ARM version.
Any idea how we can get the 64bit APK (arm) in release version?


bCliks
https://www.npmjs.com/package/cordova...
Petra V., Champion
bCliks
https://github.com/MBuchalik/cordova-...
This plugin allows you to build either the x86 version or the arm version in PGB. Pretty cool.