5 | | * Install Java 1.6+ |
6 | | |
7 | | * Install Android SDK: http://developer.android.com/sdk/index.html |
8 | | |
9 | | * Install ANT, primarily a cross platform Java build automation tool. |
10 | | Download and extract Ant (1.8.1 at time of writing): http://ant.apache.org/bindownload.cgi [[BR]] |
11 | | # Create 'ANT_HOME' environment variable.[[BR]] |
12 | | # Add '%ANT_HOME%\bin' directory to 'PATH' environment variable.[[BR]] |
13 | | |
| 5 | 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK] |
| 6 | 2. Install [http://developer.android.com/sdk/index.html Android SDK] |
| 7 | 3. Install ANT, a cross platform Java build automation tool. |
| 8 | * Download and extract Ant (1.8.1 at time of writing): http://ant.apache.org/bindownload.cgi |
| 9 | * Create 'ANT_HOME' environment variable. |
| 10 | * Add '%ANT_HOME%\bin' directory to 'PATH' environment variable. |