Changes between Version 28 and Version 29 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment


Ignore:
Timestamp:
08/12/21 10:49:12 (3 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/DevelopmentEnvironment

    v28 v29  
    4141 - open Chrome's Developer Tools panel (More Tools menu) & then open Remote Devices inside that (More | Remote Devices | Inspect)
    4242 - Screenshots available here [wiki:DeveloperGuidelines/EdenMobile/Debugging#RemoteDebuggingonAndroidDevice Remote-Debugging on Android Device]
     43 - Windows users may need to enable Powershell script execution in order to be able to run Cordova:
     44{{{
     45Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
     46}}}
    4347 - NB You may need to manually Clear Storage on the device after install (even for brand new installs)
    4448 - NB Do NOT 'reconnect dev-tools' when reinstalling, close window & 'inspect' again, otherwise you will have lots of browser windows left open)