Changes between Version 5 and Version 6 of DeveloperGuidelines/Mobile/Android


Ignore:
Timestamp:
07/22/10 18:32:56 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Mobile/Android

    v5 v6  
    33Using Windows syntax since if you know *nix you'll understand the windows command line.
    44
    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.
    1411=== Clone "Collect" source from repository ===
    1512