Changes between Version 26 and Version 27 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment


Ignore:
Timestamp:
02/01/20 11:26:08 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/DevelopmentEnvironment

    v26 v27  
    3737
    3838 - You cannot run in the 'browser' platform as it doesn't support the local database
    39  - It is easier to run on a real device than the emulator
    40  - 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 to allow access in Chrome's Developer Tools (More | Remote Devices | Inspect) NB Do NOT 'reconnect dev-tools' when reinstalling, close window & 'inspect' again, otherwise you will have lots of browser windows left open)
    41   - see also: [wiki:DeveloperGuidelines/EdenMobile/Debugging#RemoteDebuggingonAndroidDevice Remote-Debugging on Android Device]
    42  - to run on emulator you need to create an avd: {{{android avd}}}
     39 - It is easier to run on a real device than the emulator (to run on emulator you need to create an avd: {{{android avd}}})
     40 - 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)
     41 - open Chrome's Developer Tools panel (More Tools menu) & then open Remote Devices inside that (More | Remote Devices | Inspect)
     42 - Screenshots available here [wiki:DeveloperGuidelines/EdenMobile/Debugging#RemoteDebuggingonAndroidDevice Remote-Debugging on Android Device]
     43 - NB Do NOT 'reconnect dev-tools' when reinstalling, close window & 'inspect' again, otherwise you will have lots of browser windows left open)
    4344{{{
    4445cd eden_mobile
     
    54556. Accessing your developer PC's version of Sahana Eden.
    5556
    56 Uisng Chrome Tools' Port Forwarding, you can redirect e.g. localhost:8000 on the Android device to localhost:8000 on your Developer PC when connected via USB. This allows you to use that in your Sync Settings.
    57 
    58 https://developers.google.com/web/tools/chrome-devtools/remote-debugging/local-server
     57Using Chrome Tools' Port Forwarding, you can redirect e.g. localhost:8000 on the Android device to localhost:8000 on your Developer PC when connected via USB. This allows you to use that in your Sync Settings.
     58* https://developers.google.com/web/tools/chrome-devtools/remote-debugging/local-server
    5959
    60607. [http://jshint.com jshint] is a tool recommended to ensure Code Quality: