Android Core

Android: Boost up the Android emulator speed up to 400% on Intel based architecture

In my previous post How to inject Android compiled .apk package into its Device Emulator from the command line. I have demonstrated how to add your compiled .apk file to android emulator, from command line with adb command, included in ADT platform tools.

One of my friends commented:
"
Are u really using the emulator…..it is very slow. Even on the fastest machines. I always use a real device."

From this comment, I have made some R&D about this problem, and especially this tools are developed by Google ;), and indeed they know about this symptom.

Also testing on real devices are very costly and time consuming process, as we have a variety of devices varies from multiple screen sizes, which are one of Android developer’s worst nightmares. There are a huge number of different screen configurations of Android devices.

a1

The great thing about using an emulator for development is that it gives you an opportunity to develop applications without having a real Android device. The default Android emulator comes together with the Android SDK and can be found in the "tools" folder.

So far so good, we have our coffee, but can we drink it? The answer comes about 5 minutes after we hit the "Launch" button. Go grab a coffee. Have breakfast. Come back. Wait another 5 minutes. Maybe even more.

In meantime, the default Android emulator is notoriously slow. So, what should we do? That is easy – start using a properly fast Android emulator.

Emulation vs. Simulation

If you are using Apple iPhone simulators, you will find that the iPhone simulator does not have the same issue as the Android Emulator.

One of the reasons for this is that it does not run a “real emulator”, because the CPU instruction used by the iPhone simulator is the same as the one used by the host (x86).

On the contrary, Android Emulator emulates a real ARM processor on top of an x86 processor. This is a lot of overhead.

At least for quick test and demonstration purposes, I do not need to emulate an ARM processor; I just need to be able to run Android and my application. The main objective before releasing an application is to find bugs and design imperfections.

Okay, it is slow. Then what can we do about it?

Let us go through steps to solve the slowness problem of Android emulator;

  1. First, let us delegate the rendering process to host GPU instead of overhead our CPU by this process, it will make it happy. Do it by checking "Use Host GPU" checkbox in AVD’s edit window.

    The screen should now look better and be more responsive. That is because the CPU is happy to not dealing with the tedious work of doing rendering anymore. However, that is still not fast enough.

    a2

  2. Second we need to download Intel Atom (x86) system image for each Android version you need to use for testing.

    a3

  3. Third, download Intel x86 Emulator Accelerator (HAXM, for Mac and Windows only). This will enable virtual machine acceleration capabilities of the Intel CPU, from Android SDK manager –> tools. Or install it from Intel site.

    a4

  4. The SDK only copies the Intel HAXM executable on your machine, and it is up to you to install the executable.

    To install the Intel HAXM executable, search your hard drive for IntelHaxm.exe (or IntelHAXM.dmg on Mac OS X). If you left everything to default, it should be located at %Android_HOME%\sdk\extras\Intel\Hardware_Accelerated_Execution_Manager\IntelHaxm.exe.

    Intel HAXM only works in combination with one of the Intel® Atom™ processor x86 system images.

    a5

  5. In order to be able to install the Intel HAXM, you need to have Intel VT-x enabled in your BIOS, otherwise you will get an error like this during install.

    a5b

    Enabling Intel VT (Virtualization Technology)

    a6

    How do I enable Intel VT in your machine BIOS?

    1. Boot into BIOS.
    2. Select "Config".
    3. Select "CPU".
    4. Press enter at "Intel Virtualization Technology".
    5. Select "Disable".
    6. Press F10 and select Yes.
    7. Boot into Windows then shutdown the system.
    8. Boot into BIOS again.
    9. Select "Enable" – Intel Virtualization Technology.
    10. Press F10 and select Yes.
  6. After installation goes successful, edit your AVD and chose Intel® Atom (x86).

    a8

  7. Finally Hit okay, then lunch your cake and definitely enjoy the speed.

VIP Note:
You could say that this level of speed should be sufficient. That may be true, but an issue with the Intel x86 images is that you do not get Google Apps, they only come with ARM images. This is important if you are testing an app that uses GMaps, or Google Play Services.
 

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

21 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
kaoruAngel
kaoruAngel
9 years ago

Thanks for the excellent tip. Though the logic behind the change in emulation mode downright straightforward and I’d like to believe that I would have made such a change on my own after about a dozen times fighting with the ARM emulator, the fact is that many people are trained to quickly work /around/ their problems rather than potentially spending more time solving them. Because of that (and because I believe the Intel images were only recently introduced), I’m sure there are a ton of people that have simply turned to device-only testing when possible, before geting the chance to… Read more »

Amir
Amir
9 years ago

thanks for your post
i have some problem with this , first i download intel atom x86 for androdi 4.4.2 and then install intelhaxm .
but when i want to create a new virtual android i dont see intel atom x86 under cpu/bus
can you help me about this problem
thanks alot

giova
giova
9 years ago
Reply to  Amir

make sure that API version matches.
There is a “intel atom x86 for android” for each api version

Mohamed Taman
9 years ago
Reply to  Amir

Make sure you downloaded correct virtual machine image

giova
giova
9 years ago

Thank you sooo much for this article, you saved my life !
arm was making me nuts

JW
JW
9 years ago

Hi,

Is there a comparable image and accelerator for my PC that has an AMD processor chip rather than an Intel chip?

Mohamed Taman
9 years ago
Reply to  JW

Sorry for that as i have seen only ARM and intel has VM images provided from google

emir
emir
9 years ago

hi. i do it

in my eclipse this message show and emulate do not lunch!

Waiting for HOME (‘android.process.acore’) to be launched..

can u help me?

tank u much.

Mayur Thole
Mayur Thole
9 years ago

I am getting an error in Log Cat

Couldn’t load memtrack module (No such file or directory)
failed to load memtrack module: -2

after installing Intel Virtualization Technology. ..I followed all the steps of above mentioned. plz give me proper guidance. Email Id: mayurthole12@gmail.com

Alexandre
Alexandre
9 years ago

Thank you man. Android Emulator was driving me crazy.

Muhammad Atif Agha
Muhammad Atif Agha
9 years ago

The best solution ever
greattttt!!!!!!!!!!!!!!!!1

ashish Mathur
ashish Mathur
8 years ago

use genymotion rather.. Best emulator..

Raker Haro
2 years ago

Thank you for helping

Sharion
2 years ago

Thank you for helping

nasiro
2 years ago

very helpful information. Thank you

Hassi
2 years ago

what a great website. thank you for a helpful article.

Naloer
2 years ago

thank you for this post. my problem has been solved after reading this post.

Nikka B
2 years ago

Thnks very informative post, due to this article we resloved our problem

Mani Mic
1 year ago

This is very helpful information, i got answer of my question after reading discussion

uaedrawsecret
10 months ago

very helpful information. Thank you

glo thai lottery
6 months ago

Thank you for the good information and very helpful. That’s very interesting.

Back to top button