Changes between Version 2 and Version 3 of DeveloperGuidelines/Mobile/Android
- Timestamp:
- 07/22/10 11:43:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Mobile/Android
v2 v3 1 2 == Downloading and compiling OCR Collect, an Android XForms client == 3 4 1 == Downloading and compiling ODK Collect, an Android XForms client == 5 2 6 3 Using Windows syntax since if you know *nix you'll understand the windows command line. … … 24 21 Get a local copy of the opendatakit collect repository with this command: ''hg clone https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect'' 25 22 26 Assuming the source 23 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]] 27 24 28 25 * Editing Code … … 37 34 38 35 References: 39 ANT samples; http://code.google.com/p/autoandroid/wiki/AndroidAnt, http://www.disgruntledrats.com/?p=27, "Collect" Google code repository; http://code.google.com/p/opendatakit/source/checkout?repo=collect, http://developer.android.com/sdk/installing.html 36 * ANT samples 37 * http://code.google.com/p/autoandroid/wiki/AndroidAnt 38 * 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