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.
source share