4
votes

When I try to build my Cordova app using Crosswalk WebView plugin I always get the following error:

1> :processArmv7DebugResources FAILED

And also:

You may not have the required environment or OS to build this project

I've opened Android SDK manager and I've the following SDKs already installed in my system: API Level 14, 15, 19 and 21.

Also, I've set minimum/target SDK version to 15.

Sadly, I can't figure out what's not being installed to fix the issue.

I'm using Cordova 5.1.1 and latest Crosswalk 1.2.0 plugin.

Also, I've tried to run cordova build android --debug to get any clue about what's missing in my development environment with no luck.

2
I am also getting the problem with crosswalk plugin in cordova app but don't get any helpSANAT
@sanatshukla It's sad because I used to build this app in Cordova 3.x with no issues...Matías Fidemraizer
i used latest one before two months with no luckSANAT
@sanatshukla Check my auto-answer. I managed to solve it!Matías Fidemraizer

2 Answers

3
votes

Finally it's some issue with current Crosswalk 1.2.0 (stable) and they're about to roll out 1.3.0 stable in the next days.

For now, the issue can be fixed installing the plugin from GitHub directly:

cordova plugin add https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview.git

This way, the project compiles successfully!

Reference (Crosswalk JIRA)

2
votes

Try using the Googles Intel Atom x86! Solved my problem.

AVD-Settings:

http://i.stack.imgur.com/Y31W9.jpg

Cheers