How to increase speed of emulator?

This question already has an answer here:

  • Why is the Android emulator so slow? How can we speed up the Android emulator? [closed] 78 answers

  • The only way I know is to set CPU as Intel Atom (x86) if You working on Windows.

    That's because x86 and Windows use more or less the same architecture and emulator don't have to emulate architecture


    在这里输入图像描述

    if you are using pc with intel processor download the latest intel x86 atom system image from SDK manager( see screenshot) and create new avd with this option ...

    otherwise i suggest you to use "genymotion" which is virtual device like emulator and it's very fast .. try once.


    I found the following:

  • When setting up the AVD, for CPU/ABI choose intel Atom (x86)
  • On the same page check the box Use Host GPU
  • When starting the AVD, look for this in the pop-up with the progress bar:

    emulator: device fd:964
    HAX is working and emulator runs in fast virt mode
    creating window 0 0 270 480
    
  • If you get an error about HAXM not working, go to: Intel® Hardware Accelerated Execution Manager 1.0.6 (R3), extract the InteHaxm.exe file and move it to the sdk directory, (like sdkextrasintel

    For some reason, I was getting an error with the HAXM, and installing the Intel one solved it.

    EDIT: You only have 1G RAM on your PC? That's a big problem.

    链接地址: http://www.djcxy.com/p/85474.html

    上一篇: Android模拟器非常慢

    下一篇: 如何提高模拟器的速度?