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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Mobile/Android

    v4 v5  
    1414=== Clone "Collect" source from repository ===
    1515
    16 First you need yet another SCM tool, HG Mercurial:
    17  * http://mercurial.selenic.com/downloads/
     16Install yet another SCM tool, [http://mercurial.selenic.com/downloads/ HG Mercurial]
    1817 * defaults will suffice during setup
    19 
    20   * Next we'll copy the code per http://code.google.com/p/opendatakit/source/checkout?repo=collect
    2118
    2219Get a local copy of the opendatakit collect repository with this command:
     
    2421hg clone https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect
    2522}}}
    26 
    27 Assuming 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]]
    28 
    2923=== Editing Code ===
    3024