Changes between Version 26 and Version 27 of DeveloperGuidelines/EdenMobile


Ignore:
Timestamp:
10/13/16 10:51:43 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile

    v26 v27  
    5252npm install q-io
    5353cordova platform add android
    54 cordova run android
     54adb uninstall org.sahanafoundation.eden_mobile # Shouldn't be required but can be for some systems
     55cordova run android # Builds apk & adb install platforms\android\build\outputs\apk\android-debug.apk
    5556}}}
    56 
    57  - to install image on emulator you need to install the apk: {{{adb install platforms\android\build\outputs\apk\android-debug.apk}}}
    5857=== AngularJS ===
    5958