Changes between Version 2 and Version 3 of DeveloperGuidelines/EdenMobile/Debugging
- Timestamp:
- 09/22/16 12:55:34 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Debugging
v2 v3 7 7 8 8 - the App is build with debug-option 9 - you have the Android Debug Bridge ''adb'' installed (part of the Android SDK) 9 - you have the Android Debug Bridge ''adb'' installed on your computer (part of the Android SDK) 10 - the device allows USB debugging (Settings=>Developer Options) 10 11 11 Then you can copy the database from the device to the SD card, and pull it from there to your development machine. 12 Steps: 13 14 1) Connect your device via USB 15 2) Copy the database file to the SD card 16 3) Pull the database file to your development machine 12 17 13 18 Linux users can use the following script: