Changes between Version 28 and Version 29 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
- Timestamp:
- 08/12/21 10:49:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/DevelopmentEnvironment
v28 v29 41 41 - open Chrome's Developer Tools panel (More Tools menu) & then open Remote Devices inside that (More | Remote Devices | Inspect) 42 42 - 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 {{{ 45 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser 46 }}} 43 47 - NB You may need to manually Clear Storage on the device after install (even for brand new installs) 44 48 - NB Do NOT 'reconnect dev-tools' when reinstalling, close window & 'inspect' again, otherwise you will have lots of browser windows left open)