| Author |
So so so slow to run AVD
|
kevin saber
Greenhorn
Joined: Mar 07, 2010
Posts: 21
|
|
When I test the application from Eclipse, it always takes me almost 10~15 minutes to see the result on AVD.
My OS: windows 7
CPU : Pentium D 805
RAM: 2G
SDK: java 6 + Android 2.1
Are there some ways to improve this situation?
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
|
|
|
Dos the Simulator initially takes this much time to start or each time you run your program?? On my system the simulator takes about 5 mins to start, but after that subsequent running of the application is quick as the simulator is already on...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Monu Tripathi
Rancher
Joined: Oct 12, 2008
Posts: 1365
|
|
Yeah, first run of the emulator usually takes longer;
Also, some folks close the emulator and restart again every time they deploy the application. I hope you are not doing that.
|
[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
|
 |
sachin burange
Ranch Hand
Joined: Jun 24, 2008
Posts: 41
|
|
Kevin,
Try to increase the memory allocation for simulator.
i.e increase avd space.
|
Regards
Sachin
|
 |
kevin saber
Greenhorn
Joined: Mar 07, 2010
Posts: 21
|
|
It seems that the AVD Gets faster after using it several times.
Thanks everybody!!!
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
|
|
Monu Tripathi wrote:some folks close the emulator and restart again every time they deploy the application. I hope you are not doing that.
I hope you have read what Monu said, if you close the emulator after each time you run the app, don't do that. Keep the emulator open and close it only when you have completed your android work and close eclipse...
|
 |
 |
|
|
subject: So so so slow to run AVD
|
|
|