Building combined armv7/x86 apk after Crosswalk integration in an Ionic project
问题 I have added Crosswalk to my ionic project. When i do ionic build android it outputs two separate APK files, one for armv7 and one for x86. However i want one single apk file bundling two architectures together. I tried setting BUILD_MULTIPLE_APKS = false but it's still building two separate apks. There is a post here saying : Took me a minute but you can get the single build file by commenting out the cdvBuildMultipleApks=true line in the platforms/android/gradle.properties Cheers But i don