Changes between Version 4 and Version 5 of DeveloperGuidelines/Mobile/Android
- Timestamp:
- 07/22/10 18:31:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Mobile/Android
v4 v5 14 14 === Clone "Collect" source from repository === 15 15 16 First you need yet another SCM tool, HG Mercurial: 17 * http://mercurial.selenic.com/downloads/ 16 Install yet another SCM tool, [http://mercurial.selenic.com/downloads/ HG Mercurial] 18 17 * defaults will suffice during setup 19 20 * Next we'll copy the code per http://code.google.com/p/opendatakit/source/checkout?repo=collect21 18 22 19 Get a local copy of the opendatakit collect repository with this command: … … 24 21 hg clone https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect 25 22 }}} 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 29 23 === Editing Code === 30 24