Possible Duplicate:
Why is the Android phone simulator so slow?
Hi, I am new to Android development, and I wonder why the Emulator loads so slowly, especially when I create an emulator for Android 4.0 apps.
Hi, I am new to Android development, and I wonder why the Emulator loads so slowly, especially when I create an emulator for Android 4.0 apps. |
|||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Usually this is tied directly to the speed of your development system. Increase the amount of RAM, disk speed, processor cores etc. and you'll see a noticeable improvement. Also, check out this question for some more information. |
|||
|
|
|
It's slow because it runs Android on emulated hardware (an ARM CPU, IIRC). So you're running a complete virtual machine, not just a sandboxed OS. And since it emulates a single-core machine, having multiple cores on your development box doesn't help much. You're better off with a dual-core 3.5GHz machine than a 4-core box running at 2.5GHz. |
|||
|
|
|
Android Emulator is the virtual Device of android OS. It takes ram and Memory from the host OS that why the ram and the memory is shared by the Emulator. As because it is slow in process. |
|||
|
|