Posted on Leave a comment

How to speed up the Android emulator

link pdf

Intel Hardware Accelerated Execution Manager (Intel HAXM)

Install: http://software.intel.com/ru-ru/android/ or Android SDK Manager

ScreenClip

run

[code language=”php”]
<androidsdk>\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe
[/code]

To check haxm service:

[code language=”php”]
sc query intelhaxm
[/code]

To start:

[code language=”php”]
sc start intelhaxm
[/code]

To stop:

[code language=”php”]
sc stop intelhaxm
[/code]

Install “Intel x86 Atom System Image

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.