Changes between Version 21 and Version 22 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment


Ignore:
Timestamp:
09/05/19 11:06:50 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/DevelopmentEnvironment

    v21 v22  
    4747cp default.config.xml config.xml # or ucce.config.xml
    4848cordova platform add android
     49cordova plugin add cordova-sqlite-storage # Reinstall needed for some reason (even though 'cordova plugin' shows it installed)
    4950adb uninstall org.sahanafoundation.eden_mobile # Needed on some platforms anyway, on others just to clear data, when-desired
    5051cordova run android # Builds apk & adb install platforms\android\build\outputs\apk\android-debug.apk