I am using eclipe IDE for Android app development.But the problem is that Eclipes emulator is runng very slowly.Currently I am on core i3
system and allotating emulator to a RAM of 1 GB
but still my output comes after delay of 10 minutes.I am new to android. plz help

- 20,189
- 8
- 67
- 95

- 289
- 6
- 19
-
what's your system ram? – Stack Overflow User Jul 02 '13 at 06:27
-
You may want to try running on hardware instead. http://developer.android.com/tools/device.html – daker Jul 02 '13 at 06:30
-
Try to Use Ubuntu OS. – Bhoomika Brahmbhatt Jul 02 '13 at 06:32
-
I am on a processor of 2.93 GB and RAM 2 GB – adward Jul 02 '13 at 06:33
-
Check my answer here: [**can android use third party emulator or simulator?**](http://stackoverflow.com/questions/17359357/can-android-use-third-party-emulator-or-simulator/17359405#17359405) – Paresh Mayani Jul 02 '13 at 07:16
7 Answers
Try to use an x86 emulator. First install IntelHaxm.exe, you have it on Android_SDK_Root\extras\intel\Hardware_Accelerated_Execution_Manager
(if you don't have this file, install Intel Atom x86 System Image by Intel Corporation as you can see on the tutorial)
and follow this tutorial: http://docs.xamarin.com/guides/android/deployment,_testing,_and_metrics/configuring_the_x86_emulator

- 567
- 1
- 8
- 23
It probably won't. The emulator is useless.
However try this they have an android emulator, and it runs incredibly fast. Faster than some actual devices.

- 413
- 4
- 9
-
The emulator is really useless. I don't understand why they can't decide this problem till now – Edhar Khimich Aug 22 '19 at 19:30
If your emulator is taking a while to start, you should enable snapshot. Go to your AVD Manager (Window->AVD Manager), edit the emulator, and enable snapshot. This will speed up booting your emulator.

- 930
- 2
- 11
- 27
-
The issue is not the starting of emulator but the issue is that out put takes a long while to display – adward Jul 02 '13 at 06:35
-
It always helps to clear the emulator you're working on, delete it and start a new copy. As you working, loading and reloading it tends to get clogged up...

- 780
- 1
- 6
- 16
http://software.intel.com/en-us/articles/speeding-up-the-android-emulator-on-intel-architecture
Follow these link by installing intel x86 emulator it is very fast which u cant imagine the speed . It is working fine for me if u have any query post me.

- 341
- 1
- 5
- 13
Try using Genymotion. I think that It's a very simple and effective way.http://www.webupd8.org/2013/07/genymotion-fast-easy-to-use-android-x86.html

- 2,961
- 1
- 26
- 26