Changes between Version 16 and Version 17 of DeveloperGuidelines/EdenMobile
- Timestamp:
- 10/10/16 14:10:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile
v16 v17 35 35 - [https://github.com/sahana/eden_mobile https://github.com/sahana/eden_mobile] (stable, if you want to create custom builds...coming soon) 36 36 37 5. 37 5. Run the application 38 39 - You canot run in the 'browser' platform as it doesn't support the local database 40 - It is easier to run on a real device than the emulator 41 - to run on a real device, you need to enable 'Developer Options' by tapping 7 times on the 'Build Number' in the About section (http://www.greenbot.com/article/2457986/how-to-enable-developer-options-on-your-android-phone-or-tablet.html) and then open the new Developer Options panel & enable USB Debugging 38 42 {{{ 39 43 cd eden_mobile 40 44 npm install q-io 41 cordova platform add browser42 cordova run browser43 44 Later:45 45 cordova platform add android 46 46 cordova run android