Changes between Version 26 and Version 27 of DeveloperGuidelines/EdenMobile
- Timestamp:
- 10/13/16 10:51:43 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile
v26 v27 52 52 npm install q-io 53 53 cordova platform add android 54 cordova run android 54 adb uninstall org.sahanafoundation.eden_mobile # Shouldn't be required but can be for some systems 55 cordova run android # Builds apk & adb install platforms\android\build\outputs\apk\android-debug.apk 55 56 }}} 56 57 - to install image on emulator you need to install the apk: {{{adb install platforms\android\build\outputs\apk\android-debug.apk}}}58 57 === AngularJS === 59 58