Changes between Version 3 and Version 4 of DeveloperGuidelines/Mobile/Android


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Mobile/Android

    v3 v4  
    55  * Install Java 1.6+
    66
    7   * Install Android SDK http://developer.android.com/sdk/index.html
     7  * Install Android SDK: http://developer.android.com/sdk/index.html
    88
    99  * Install ANT, primarily a cross platform Java build automation tool.
     
    1212# Add '%ANT_HOME%\bin' directory to 'PATH' environment variable.[[BR]]
    1313
    14   * Clone "Collect" source from repository
     14=== Clone "Collect" source from repository ===
    1515
    16 First you need yet another SCM tool, introducing HG Mercurial:
    17 Install HG Mercurial appropriate to your platform:  http://mercurial.selenic.com/downloads/ During setup defaults will suffice.
     16First you need yet another SCM tool, HG Mercurial:
     17 * http://mercurial.selenic.com/downloads/
     18 * defaults will suffice during setup
    1819
    1920  * Next we'll copy the code per http://code.google.com/p/opendatakit/source/checkout?repo=collect
    2021
    21 Get a local copy of the opendatakit collect repository with this command: ''hg clone https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect''
     22Get a local copy of the opendatakit collect repository with this command:
     23{{{
     24hg clone https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect
     25}}}
    2226
    2327Assuming the source: "https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect" and destination of c:\temp\collect, source files from Google will be located @ c:\temp\collect\src[[BR]]
    2428
    25   * Editing Code
     29=== Editing Code ===
    2630
    2731Import project into Eclipse (loaded with Android plugin http://developer.android.com/sdk/eclipse-adt.html) 
     
    3337To deploy you'll need to create a self signed keystore and use the .apk packaging wizard(Right click on project, menu Android tools, Export signed).
    3438
    35 References:
     39=== References ===
    3640 * ANT samples
    3741  * http://code.google.com/p/autoandroid/wiki/AndroidAnt
    3842  * http://www.disgruntledrats.com/?p=27
    39  * [http://code.google.com/p/opendatakit/source/checkout?repo=collect "Collect" Google code repository]
    40  * http://developer.android.com/sdk/installing.html
     43
     44----
     45[wiki:BluePrintMessagingModuleJ2ME]