I'm using PhonegapBuild for generating hybrid-mobile-app binaries which they are making use of Crosswalk webview.
For Android apps, if you're using Crosswalk, it's necessary to generate both, x86 and armv7 binaries.
When I use PhonegapBuild service for generating binaries, it doesn't generates both of them, it's generating armv7 by default. I have to re-submit the package with different config files specifying different plugin for enforce PhonegapBuild to generate the corresponding binary.
I was wondering if anybody has been able to handle this situation without the needed of re-submitting the files with different config files.
I leave this link and this link as a references of the issue.
Thanks!