Changes between Version 17 and Version 18 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment


Ignore:
Timestamp:
10/26/17 09:41:16 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/DevelopmentEnvironment

    v17 v18  
    4242npm install q-io
    4343cordova platform add android
    44 adb uninstall org.sahanafoundation.eden_mobile # Shouldn't be required but can be for some systems
     44adb uninstall org.sahanafoundation.eden_mobile # Needed on some platforms anyway, on others just to clear data, when-desired
    4545cordova run android # Builds apk & adb install platforms\android\build\outputs\apk\android-debug.apk
    4646}}}