So, like a lot of people starting Android development with Eclipse, even with a fast machine, I notice that the emulator runs frustratingly slow.
I search SO for any ti
change
hw.ramSize=1024
to
hw.ramSize=1024M
this worked for me :-) hope it will help!