Changes between Version 22 and Version 23 of DeveloperGuidelines/EdenMobile


Ignore:
Timestamp:
10/12/16 11:16:12 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile

    v22 v23  
    3333
    3434 - [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-tools
    37   * %USERPROFILE%\!AppData\local\android\sdk\tools
     35  - 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
    3838
    39394. You can fork/clone !EdenMobile from here:
     
    4747 - It is easier to run on a real device than the emulator
    4848 - 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}}}
    5051{{{
    5152cd eden_mobile
     
    5556}}}
    5657
     58 - to install image on emulator you need to install the apk: {{{adb install platforms\android\build\outputs\apk\android-debug.apk}}}
    5759=== AngularJS ===
    5860