I have followed the directions in this post to migrate my existing cordova app to use crosswalk. I did this for the arm library and this are working great through eclipse.
https://crosswalk-project.org/#documentation/cordova/migrate_an_application
I'd like to test deploying the app to the google play store now.
I saw this article on building a crosswalk app in either embedded mode or shared mode.
https://crosswalk-project.org/#documentation/getting_started/Run_on_Android/Shared-mode
Is there a similar make script for building a cordova/crosswalk app for both architectures, or do I need to create two separate projects, one for arm and one for x86 and then use ANT or eclipse to create an apk?
I've followed this article and would prefer to build locally since I have everything already configured in eclipse.
Thanks!
I was able to get crosswalk cordova working inside of android studio and now gradle lets me define product flavors (arm and x86) and easily kick off separate builds will packing the correct .so lib with each apk.
Is it possible to use crosswalk-cordova inside of Android Studio?