Soulcry
Soulcry

Reputation: 77

Android Emulator Doesn't Use HAXM

I'm having a problem with HAXM. Before I was using Windows 7 and everything was fine but after upgrading to Win8.1 Pro I can't see haxm started message when I start up an emulator from AVD screen. HAXM is installed and working fine, I installed images for x86,my device using it but still can't see confirmation message in launch window that Emulator is using haxm.

Here is the situation ;

I have tried every solution I found on the internet, anything am I missing? Why can't I see confirmation message that haxm is working in emulator launch window?

Upvotes: 5

Views: 19543

Answers (3)

Huy Hóm Hỉnh
Huy Hóm Hỉnh

Reputation: 617

A more simple way is using ARM(armeabi-v7a) instead of Intel Atom(x86)(CPU/ABI). Hope this help!

enter image description here

Upvotes: 1

user5520976
user5520976

Reputation: 11

Running \AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe, I was getting an "Intel virtualization technology (vt,vt-x) is not enabled" error message. I am on windows 7 corporate build and unable to change the BIOS settings. But by running \AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\silent_install.bat, I got an "Intel HAXM installed successfully!' message in the haxm_silent_run.log file and then the emulator worked fine.

Upvotes: 1

ashoke
ashoke

Reputation: 6461

Please check the below 2 items:

  • Make sure you are creating the AVD with x86 image. AVD manager will not show the x86 option if you did not download that specific API level x86 images in SDK manager

  • Once you have your emulator started, goto windows task manager, and look for a process name emulator-x86.exe; if you did not find it, and instead found emulator-arm.exe; Check your avd configuration as discussed in above point.

If the above looks ok, here is some notes on HAXM installation on windows 8.1:

  • I am using win 8.1 too with haxm v1.1.0, sometimes i do not the confirmation message if i configured the webcam, as it opens another window.

  • As long as you run sc query intelhaxm and confirm it is in RUNNING state , you are ok. You can visually see the difference in performance with HAXM and without.

The below screenshot is on Windows 8.1 with HAXM 1.1.0 -

HAXM v1.1.0 windows 8

Upvotes: 3

Related Questions