Changes between Version 21 and Version 22 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
- Timestamp:
- 09/05/19 11:06:50 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
v21 v22 47 47 cp default.config.xml config.xml # or ucce.config.xml 48 48 cordova platform add android 49 cordova plugin add cordova-sqlite-storage # Reinstall needed for some reason (even though 'cordova plugin' shows it installed) 49 50 adb uninstall org.sahanafoundation.eden_mobile # Needed on some platforms anyway, on others just to clear data, when-desired 50 51 cordova run android # Builds apk & adb install platforms\android\build\outputs\apk\android-debug.apk