I’m trying to install the latest PhoneGap version to my Eclipse project, but I’m having an issue, here is the error message I’m getting:

Though I have all of these! I used THIS to install PhoneGap.
Why is this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yeah, the getting started guide should be more explicit on the other bits you need to setup in order to get the create command to work correctly. I’ve recently pushed a change to the docs but it hasn’t shown up on the docs.phonegap.com site.
What you will need to do is open a command prompt and type:
If that program can not be found in your PATH then you will need to add the $JAVA_HOME\bin directory to the PATH environment variable.
Then type:
If that program can not be found in your PATH then you will need to add $ANDROID_HOME\tools and $ANDROID_HOME\platform_tools to the PATH environment variable.
Then type:
If that program can not be found in your PATH then you will need to add $ANT_HOME\bin to the PATH environment variable.
Once all those programs can be found in the PATH then create should work for you. Let me know if this helps as I need to make the docs better.