I've search around and saw a few question about this problem, but I have tried all the solution and I still can't create a project.
When running this code in command prompt:
create <project_folder_path> <package_name> <project_name>
the result is always:
Missing one of the following:
JDK: http://java.oracle.com
Android SDK: http://developer.android.com
Apache ant: http://ant.apache.org
I know there's already some question about this. I've already tried all the solution they give, but still no luck.
Followig the guide and some solution for similar question, so far I've tried:
Check, double check, triple check the environment variables for PATH:
- Java Development Kit (C:\Program Files\Java\jdk1.7.0_10\bin)
- Android SDK platform tools (D:\Development\Android\android-sdk\platform-tools)
- Android SDK tools (D:\Development\Android\android-sdk\tools)
- Apache ANT (D:\Development\apache-ant-1.8.4\bin)
Open command prompt and:
- type: java -version (work - showing version 1.7.0_10)
- type: javac -version (work - showing version 1.7.0_10)
- type: ant -version (work - showing version 1.8.4)
- type: adb (work)
- type: android (work - launch android sdk manager)
make sure the folder path for
<project_folder_path>is not existnot using - in package name.