cordova-plugin-crosswalk-webview - How to get ARM apk?

  • 1
  • Problem
  • Updated 4 years ago
I'm using cordova-plugin-crosswalk-webview in my config.xml like below.

<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?
Photo of bCliks

bCliks

  • 34 Posts
  • 0 Reply Likes
  • frustrated

Posted 4 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Photo of bCliks

bCliks

  • 34 Posts
  • 0 Reply Likes
I mean official crosswalk npm resource. Latest version 1.5.0
https://www.npmjs.com/package/cordova...
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
With that plugin, you can't.
Photo of bCliks

bCliks

  • 34 Posts
  • 0 Reply Likes
Looks like @mbuchalik just solved the problem...

https://github.com/MBuchalik/cordova-...

This plugin allows you to build either the x86 version or the arm version in PGB. Pretty cool.