Error creating Cordoba application using Crosswalk WebView plugin

When I try to create a Cordova application using the Crosswalk WebView plugin, I always get the following error:

1>: processArmv7DebugResources FAILED

As well as:

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

I opened the Android SDK manager, and I have the following SDKs already installed on my system: API 14, 15, 19 and 21.

In addition, I set the minimum / target version of the SDK to 15.

Unfortunately, I can’t understand what is not installed to fix the problem.

I am using Cordova 5.1.1 and the latest Crosswalk 1.2.0 plugin.

Also, I tried running cordova build android --debug to get an idea of ​​what was missing in my development environment, with no luck.

+4
source share
2 answers

Finally, this is a problem with the current Crosswalk 1.2.0 (stable), and they are going to work out 1.3.0 over the next days.

Currently, the problem can be fixed by installing the plugin directly from GitHub:

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

Thus, the project is successfully compiled!

Link (Crosswalk JIRA)

+3
source

Try using Googles Intel Atom x86! Solved my problem.

AVD Setup:

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

Greetings

+2
source

All Articles