Possible duplicate:
Slow Android Emulator
I am running Eclipse Helios on Windows 7 x64. I have a Core 2 Duo 2.0 Ghz with 4.0 GB, which I think should be sufficient, since I never had any performance issues when developing tools.
When I launch my first application in Android Emulator (both 2.3.3 and 3.0), it took at least 5 minutes to load the OS, and at first it did not even launch the HelloAndroid application. Even when I managed to run the application, the performance was unbearable.
Strange things are not an OS performance issue. This is the state of the CPU and memory when executed:

I tried different things to improve performance, but no significant improvements are visible. I think I'm missing something.
Things I tried:
In AVD Manager
- RAM size up to 512.
- Resolution up to 640 x 480.
- Snapshot is included.
In the project settings \ Android
- \ Launch \ -cpu-delay 0 -no-boot-anim -cache./cache -avd Android3
Things I canβt try: - Deployment on the device (it is not).
By the way, I had the same problem on a MAC Mini 2.66 Ghz 2 GB, but these settings made a difference.
Can anyone give any advice on improving this lame performance?
performance android android-emulator
mikywan
source share