Eclipse Android emulator is much slower

I have a recent problem from two days ago. Prior to this, I ran the android emulator (API versions 8 to 15) without any significant delay. But since these two days, the launch of the emulator turned into an unbearable time delay, the fifteenth version of the API lasts about two hours, and eight versions of the API can be delayed for more than 8 hours.

I tried reinstalling the SDK by uninstalling AVD without any results. I turned on the snapshot option, but the specified delay slows down.

Thanks in advance.

+3
source share
3 answers

try using the following:

emulator.exe -cpu-delay 0 -no-boot-anim -avd avd

or use gfx acceleration

emulator -avd <avd_name> -gpu on

if this does not work, give http://www.android-x86.org/ a chance;)

u , .

: Android, ? Android ? Android? Android ? Android ? Android? Android - ?

+1

? - . , , . , , AVD SD.

0

This is much faster if you run Android on a virtual machine. You can follow my setup guide here http://www.bobbychanblog.com/2011/07/faster-android-emulator-alternative-using-virtualbox/

0
source