Changes between Version 15 and Version 16 of DeveloperGuidelines/Mobile/Android
- Timestamp:
- 08/23/10 23:58:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Mobile/Android
v15 v16 19 19 }}} 20 20 21 Sahana Eden configured application downloadable from Android Market, enable accept self signed certificates to work with Sahana Eden demo site.22 23 21 jaxdroid has a tree with some changes here: 24 22 * http://code.google.com/r/jaxtrx-edenodkcollect/ … … 35 33 Use an [http://developer.android.com/guide/developing/tools/emulator.html Emulator] if you do not have a phone connected via USB. 36 34 37 To 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). 35 To 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), or use the configured Sahana Eden application downloadable from Android Market, enable accept self signed certificates to work with Sahana Eden demo site. 36 38 37 39 38 === References ===