Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator Freezing on Load Screen

I am beginning android development using the latest versions of the android SDK and eclipse. I have followed the Hello Android Tutorial and used every combination of targets available but the Emulator freezes on the load screen with the flashing "android" title.

I have checked the other related question and DID wait about 15 minutes. but still no change. Any help with this would be great. Thanks.

like image 775
dChimento Avatar asked Aug 26 '11 01:08

dChimento


2 Answers

I had a similar issue, and still do sometimes today. Have you tried deleting the AVD and then re-creating it?

Also try changing some of the AVD's values, give it more ram, larger SD card. You can do this through Window > Android SDK and AVD Manager > Edit the AVD, and then add values / modify the SD card size.

EDIT: Also - just for reference, I have a Intel Core i7 with 16gb of RAM and AVD's STILL take forever to load.

EDIT: Another handy thing to know is that if you check the "Snapshot" option when editing the AVD, it will save the last state and load that instead of a full [slow] boot. Kind of like putting your computer to sleep.

like image 149
Jack Avatar answered Sep 28 '22 07:09

Jack


Adding values / modify the SD card size may be better . Try not to close the Android Emulator , to avoid re-open .

like image 39
Carina Avatar answered Sep 28 '22 08:09

Carina