0

So I've just started learning about Eclipse and know only the very basics. My AVD takes about 30 mins to launch. I googled the issue and found that taking even close to 2-3 mins is supposedly 'long' for the AVD to launch. Any ideas?

TonyTakeshi
  • 5,869
  • 10
  • 51
  • 72
user1710080
  • 3
  • 1
  • 1

1 Answers1

1

I had also face same problem initially but not as much time it required as you said(nearly 5 min) and I solve this by changing priority.Priority = Processor time - so the higher priority means that process gets more time.

It can be done through Task Manager -> processes -> emulator-arm.exe (right click) -> set priority to above normal or High .(I have do this in window 7)

You can also change the loading time of emulator by increasing device Ram size.For more detail follow link here

Community
  • 1
  • 1
nKandel
  • 2,543
  • 1
  • 29
  • 47
  • Did that. The home screen was displayed on the AVD a few mins later and it said that my app has stopped working. – user1710080 Sep 30 '12 at 17:37