Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

crosswalk cordova android update project?

how to solve? i am using Migrate an existing Cordova application to Crosswalk this command

android update project --subprojects --path . \
        --target "android-19"

Show this error:

 build.xml: Found version-tag: custom. File will not be updated.
like image 776
Angu Avatar asked Nov 09 '22 18:11

Angu


1 Answers

Always use android version 21 and you will be just fine...also I've got issues on stable releases, try beta ones...and pick the right crosswalk instance (for me it was the Cordova Android (ARM) one)

like image 178
Citrus Avatar answered Nov 15 '22 07:11

Citrus