4

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

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
adward
  • 289
  • 6
  • 19

7 Answers7

3

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

Pipeline
  • 567
  • 1
  • 8
  • 23
2

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.

SeanSWatkins
  • 413
  • 4
  • 9
0

The only decent thread that I ever found is this one. There's a lot of information there and I hope it will be useful for you!

g00dy
  • 6,752
  • 2
  • 30
  • 43
0

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.

harmjanr
  • 930
  • 2
  • 11
  • 27
0

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...

Ndupza
  • 780
  • 1
  • 6
  • 16
0

http://software.intel.com/en-us/articles/speeding-up-the-android-emulator-on-intel-architecture

http://software.intel.com/en-us/articles/intel-atom-x86-image-for-android-4-2-jelly-bean-installation-instructions-recommended

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.

mahesh
  • 341
  • 1
  • 5
  • 13
0

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

taynguyen
  • 2,961
  • 1
  • 26
  • 26