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?
Asked
Active
Viewed 112 times
0
-
It's not even running the app now. After getting launched it displays the home screen and that's it. – user1710080 Sep 30 '12 at 18:04
-
1What happen?...In my case it simply run... – nKandel Sep 30 '12 at 18:06
1 Answers
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
-
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