Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ICS emulator not loading

I'm trying to run the Android emulator with the ICS (Android 4.0) OS but after a 15 minute wait on a fast quad core machine, it's still not doing anything. I understand it's emulating the arm cpu, hence it's slow - but this hasn't even gotten off the loading screen yet! Has anyone managed to get it to run? Any tips?

like image 269
Martyn Avatar asked Jul 08 '26 01:07

Martyn


1 Answers

Try launching without the Launch from snapshot feature

Launching some of my AVD's from command line with

./emulator -avd ...

Gives

savevm: unable to load section cpu

that may or may not be related to the problem(?), but basically launching without the snapshot starts up the emulator.

This happened after I upgraded to Android SDK to 4.0

like image 87
Daniel Fekete Avatar answered Jul 10 '26 15:07

Daniel Fekete