android.rst
changeset 2193 493d19cc34e1
parent 2192 8aab56aeb0b8
child 2228 837f1337c59b
--- a/android.rst	Mon Oct 09 12:49:09 2017 +0300
+++ b/android.rst	Mon Oct 09 13:07:50 2017 +0300
@@ -25,6 +25,20 @@
 https://developer.android.com/studio/index.html
   Android Studio (official IDE for Android) and sdk-tools (includes ``sdkmanager``).
 
+Android emulator
+================
+
+Intel provided images and hypervisor to run x86 Android port with acceleration:
+
+https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm
+  IntelĀ® Hardware Accelerated Execution Manager (IntelĀ® HAXM). It is available from SDK manager
+  also.
+
+It starts service. To manage service use::
+
+  sc stop intelhaxm
+  sc start intelhaxm
+
 Android stats
 =============