before this latest update I was creating a single APK file with this terminal command:
./platforms/android/cordova/build --release
But now when I run it it creates two different APK files, an armv7
and x86
apk. I believe this has something to do with google chrome apps switching to Crosswalk version 11 perhaps? I'm not entirely sure.
Is there any way to err.. recombine them? Or maybe was I only making one version this whole time? Before the output file would be:
android-release-unsigned.apk
now I have these:
android-armv7-release-unsigned.apk
android-x86-release-unsigned.apk
Any ideas?
you can submit multiple apk for a single app, check here and here for the steps by step.