android.rst
changeset 2193 493d19cc34e1
parent 2192 8aab56aeb0b8
child 2228 837f1337c59b
equal deleted inserted replaced
2192:8aab56aeb0b8 2193:493d19cc34e1
    22 https://developer.android.com/studio/releases/platform-tools.html
    22 https://developer.android.com/studio/releases/platform-tools.html
    23   SDK Platform Tools (includes adb and fastboot) download and rellease
    23   SDK Platform Tools (includes adb and fastboot) download and rellease
    24   changelog.
    24   changelog.
    25 https://developer.android.com/studio/index.html
    25 https://developer.android.com/studio/index.html
    26   Android Studio (official IDE for Android) and sdk-tools (includes ``sdkmanager``).
    26   Android Studio (official IDE for Android) and sdk-tools (includes ``sdkmanager``).
       
    27 
       
    28 Android emulator
       
    29 ================
       
    30 
       
    31 Intel provided images and hypervisor to run x86 Android port with acceleration:
       
    32 
       
    33 https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm
       
    34   IntelĀ® Hardware Accelerated Execution Manager (IntelĀ® HAXM). It is available from SDK manager
       
    35   also.
       
    36 
       
    37 It starts service. To manage service use::
       
    38 
       
    39   sc stop intelhaxm
       
    40   sc start intelhaxm
    27 
    41 
    28 Android stats
    42 Android stats
    29 =============
    43 =============
    30 
    44 
    31 CPU::
    45 CPU::