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.
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
Post a Comment