Skip to content Skip to sidebar Skip to footer

Where I Can Get Cordova 3.2 Jar File?

I have tried using this link but am not able to build cordova jar file, when I run android update project -p . -t android-19 in my framework directory I get the output: E:\eclipse

Solution 1:

Solution 2:

You can try downloading from following link http://www.java2s.com/Code/Jar/c/cordova.htm

Solution 3:

Go to E:\eclipse\cordova-android-master\framework> open build.xml file, change version-tag: custom to version-tag: 1 save the file.

and run the command

android update project -p . -t android-15

then run

ant clean

ant run

Post a Comment for "Where I Can Get Cordova 3.2 Jar File?"