Changes between Version 22 and Version 23 of DeveloperGuidelines/EdenMobile
- Timestamp:
- 10/12/16 11:16:12 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile
v22 v23 33 33 34 34 - [https://developer.android.com/studio/index.html#downloads Android SDK] 35 - Ensure the SDK tools are in your PATH, e.g. for Windows 10:36 * %USERPROFILE%\!AppData\local\android\sdk\platform-tools37 * %USERPROFILE%\!AppData\local\android\sdk\tools35 - Ensure the SDK tools are in your PATH, e.g. for Windows 10: 36 * %USERPROFILE%\!AppData\local\android\sdk\platform-tools 37 * %USERPROFILE%\!AppData\local\android\sdk\tools 38 38 39 39 4. You can fork/clone !EdenMobile from here: … … 47 47 - It is easier to run on a real device than the emulator 48 48 - 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 49 - see also: [wiki:DeveloperGuidelines/EdenMobile/Debugging#RemoteDebuggingonAndroidDevice Remote-Debugging on Android Device] 49 - see also: [wiki:DeveloperGuidelines/EdenMobile/Debugging#RemoteDebuggingonAndroidDevice Remote-Debugging on Android Device] 50 - to run on emulator you need to create an avd: {{{android avd}}} 50 51 {{{ 51 52 cd eden_mobile … … 55 56 }}} 56 57 58 - to install image on emulator you need to install the apk: {{{adb install platforms\android\build\outputs\apk\android-debug.apk}}} 57 59 === AngularJS === 58 60