Speeding Up Android Emulator

If you are an Android developer who is unhappy with the performance of the Android emulator, you are at the right place to look for a solution. Over and over again, we have heard from many Android developers that the emulator is slow and painful to work with,
but this should not be the case! If you are using a fairly up-to-date computer with an Intel processor that has Intel Virtualization Technology enabled running Microsoft Windows OS, then you can use the Intel Hardware Accelerated Execution Manager (Intel HAXM), or KVM for Linux*, to accelerate the Android Emulator by an order of magnitude very easily, which will speed-up your testing and debugging of your Android applications.


Fast Emulator Installation 

You can see the steps for installing Intel's emulator for android here.

Optimising Intel's Emulator:

You can speed up emulator by using hardware acceleration feature
In order to make the Android emulator run faster and be more responsive, 
you can configure it to take advantage of hardware acceleration, using a 
combination of configuration options, specific Android system images and 
hardware drivers.
To use Virtual Machine Acceleration you need,
  • x86 AVD
  • processor which supports virtualization extensions
  • Android SDK Tools, Revision 17 or higher
and to configure graphics acceleration, you need
  • graphics processing unit (GPU)
  • Android SDK Tools, Revision 17 or higher
  • Android SDK Platform API 15, Revision 3 or higher
If you found this article helpful please share it on facebook and other social media sites with your friends.

Comments

Popular posts from this blog

Noir A8: Battery Friendly Jelly Bean Rom

ICS Themed Rom For Noir A2

Exploring Redux in React Native: Building a Test App with Example Code