I am new to ionic. I just added crosswalk and trying to build apt
$ ionic build android
Before this i was just getting 2 apps in project-folder/platforms/android/build/outputs/apk/ but after adding i am getting 6 akps.
I am just wondering which will work on my devise?
else shall i remove crosswalk to get appropriate apk by-
Removing Crosswalk
$ ionic browser revert android
# or
$ ionic browser remove crosswalk
I also saw Building combined armv7/x86 apk after Crosswalk integration in an Ionic project
Hope for help...