Reputation: 2329
I have been building my application with
cordova build android
but after performing npm install -g cordova-android-crosswalk
I get a weird error beginning with Execution failed for task ':mergeArmv7DebugResources' cordova Please what could be wrong?
Upvotes: 2
Views: 2315
Reputation: 1203
There's an error about path length. This must be less than 240 characters. So I resolved this changing my main app folder to C:\
This questions have the solution. Android Studio Wear App Error - Unable to Open PNG
Upvotes: 4