Changes between Version 16 and Version 17 of DeveloperGuidelines/EdenMobile


Ignore:
Timestamp:
10/10/16 14:10:18 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile

    v16 v17  
    3535  - [https://github.com/sahana/eden_mobile https://github.com/sahana/eden_mobile] (stable, if you want to create custom builds...coming soon)
    3636
    37 5.
     375. Run the application
     38
     39 - You canot run in the 'browser' platform as it doesn't support the local database
     40 - It is easier to run on a real device than the emulator
     41 - to run on a real device, you need to enable 'Developer Options' by tapping 7 times on the 'Build Number' in the About section (http://www.greenbot.com/article/2457986/how-to-enable-developer-options-on-your-android-phone-or-tablet.html) and then open the new Developer Options panel & enable USB Debugging
    3842{{{
    3943cd eden_mobile
    4044npm install q-io
    41 cordova platform add browser
    42 cordova run browser
    43 
    44 Later:
    4545cordova platform add android
    4646cordova run android