Changes between Version 17 and Version 18 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
- Timestamp:
- 10/26/17 09:41:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
v17 v18 42 42 npm install q-io 43 43 cordova platform add android 44 adb uninstall org.sahanafoundation.eden_mobile # Shouldn't be required but can be for some systems44 adb uninstall org.sahanafoundation.eden_mobile # Needed on some platforms anyway, on others just to clear data, when-desired 45 45 cordova run android # Builds apk & adb install platforms\android\build\outputs\apk\android-debug.apk 46 46 }}}