I'm using cordova-plugin-crosswalk-webview 2.4.0, which generates 5 versions of APK at a time, including arm64, armeabi, armv7, x86 and x86_64. I just want to generate a armv7, the others do not want to generate, what should be done?
Asked
Active
Viewed 274 times
1 Answers
0
Try the following. - remove platform android - add a file build-extras.gradle which contains the line cdvBuildMultipleApks=false
Try build again
More details here
Building combined armv7/x86 apk after Crosswalk integration in an Ionic project

Gotts
- 2,274
- 3
- 23
- 32