I am currently following this tutorial about getting started on PhoneGap. I have installed everything and set the path on system variable.
But when I am going to build t
In addition to what has been said, I had two more problems :
1) The spaces in the paths were causing trouble : I replaced the Program Files folder this way :
Program Files = Progra~1 Program Files (x86) = Progra~2
Program Files = Progra~1
Program Files (x86) = Progra~2
2) cscript.exe was not recognized so I added the System32 folder to the PATH.