Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><a href="http://developer.android.com/tools/devices/emulator.html" rel="noreferrer">Official web page</a></p> <p><strong>~50% faster</strong></p> <h2>Windows:</h2> <ul> <li>Install "Intel x86 Emulator Accelerator (HAXM)" => SDK-Manager/Extras</li> <li>Install "Intel x86 Atom System Images" => SDK-Manager/Android 2.3.3</li> <li><p>Go to the Android SDK root folder and navigate to extras\intel\Hardware_Accelerated_Execution_Manager. Execute file IntelHaxm.exe to install. (in Android Studio you can navigate to: Settings -> Android SDK -> SDK Tools -> Intel x86 Emulator Accelerator (HAXM installer))</p></li> <li><p>Create AVD with "Intel atom x86" CPU/ABI</p></li> <li>Run emulator and check in console that HAXM running (open a Command Prompt window and execute the command: sc query intelhaxm)</li> </ul> <p><img src="https://i.stack.imgur.com/neaIR.png" alt="enter image description here"></p> <p>Also don't forget install this one</p> <p><img src="https://i.stack.imgur.com/yEDOi.png" alt="enter image description here"></p> <p>P.S. during AVD creation add emulation memory: Hardware/New/Device ram size/set up value 512 or more</p> <h2>Linux:</h2> <ul> <li>Install KVM: open GOOGLE, write "kvm installation "</li> <li>Create AVD with "Intel atom x86" CPU/ABI</li> <li>Run from command line: emulator -avd avd_name -qemu -m 512 -enable-kvm</li> <li>Or run from Eclipse: Run/Run Configurations/Tab "Target" - > check Intel x86 AVD and in "Additional Emulator Command Line Options" window add: -qemu -m 512 -enable-kvm (click Run)</li> </ul> <p><img src="https://i.stack.imgur.com/6ryFb.png" alt="enter image description here"></p> <p>P.S. <a href="http://www.techotopia.com/index.php/Installing_and_Configuring_Fedora_KVM_Virtualization" rel="noreferrer">For Fedora</a>, <a href="https://help.ubuntu.com/community/KVM/Installation" rel="noreferrer">for Ubuntu</a></p> <h2>OS-X:</h2> <ul> <li>In Android SDK Manager, install Intel x86 Atom System Image</li> <li>In Android SDK Manager, install Intel x86 Emulator Accelerator (HAXM)</li> <li>In finder, go to the install location of the Intel Emulator Accelerator and install IntelHAXM (open the dmg and run the installation). You can find the location by placing your mouse over the Emulator Accelerator entry in the SDK Manager.</li> <li>Create or update an AVD and specify Intel Atom x86 as the CPU. <img src="https://i.stack.imgur.com/a79pa.png" alt="Intel x86 Emulator Accelerator (HAXM) showing Location"></li> </ul> <p>P.S: Check this tool, very convenient even <a href="http://www.genymotion.com/" rel="noreferrer">trial</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload