How to increase speed of emulator?
This question already has an answer here:
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 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模拟器非常慢
下一篇: 如何提高模拟器的速度?