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 wa
Make sure to check the output folder.
I noticed that "cordova build" was still output both arm7 and x86 after adding to my build-extra.gradle but the output folder contained "android-release.apk" as well.
Deleting both arm7 and x86 APK's from the output folder (project/platforms/android/build/outputs/apk/)
it immediately stopped them from being shown by "corodva build".
Hope this helps.