android - Error During installation Cordova 3.5 from Command Line interface -


I found an error during the installation of Cordova 3.5 with the command line interface.

Enter image details here

I also

You have to see the full path variable name path for ANT bin folder, edit it, edit it. Add one of the following at the end of its value.

Add it to your path variable

 % ANT_HOME% \ bin  

or

  C: \ ant \ bin  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -