user3790765
user3790765

Reputation: 1

How to solve this emulator: ERROR: x86 emulation currently requires hardware acceleration

After installing android-studio-bundle-141.2456560-windows.exe in Windows 7 32 bit ultimate (6.1 build 7600)

I'm getting HAXM error while run emulator, I have exercised all the possible ways like,

  1. Installing INTEL HAXM hardware accelerator through SDK manager I have uploaded a screenshot of this.

  2. I have unchecked HYPER V option in turn on and off features

  3. When I try to install HAXM from android SDK extras shown in screen shot

enter image description here

  1. Note that I don't have Virtualization option in my BIOS setup if we consider that some advanced SoC will internally takes care about this virtualization

!!!But still android emulator is throwing the error

enter image description here

Upvotes: 0

Views: 8634

Answers (3)

Deshani Ranasingha
Deshani Ranasingha

Reputation: 508

  1. First, uninstall your "intelhaxm-android.exe".
  2. go to the BIOS and enable "Intel(R) Virtuallzation Technology".
  3. again install "intelhaxm-android.exe".
  4. create a new Virtual device and run.

Upvotes: 0

chaula
chaula

Reputation: 1

if you have not installed intel x86 Emulator Accelerator (HAXM installer) then you need to install it from tools -> SDK Manager there you will find this HAXM installer

if it has been already installed then also the same issue is arising then go to the folder where SDK is stored for me it is D:\sdk\extras\intel\Hardware_Accelerated_Execution_Manager and then run silent_install with administrator permission and you are ready to go..!!!

Upvotes: 0

RN_
RN_

Reputation: 898

According to Intel's website, the Core 2 Duo E7200 does not support VT-x

Intel ARK

Unfortunately you cannot run HAXM without vt-x. This means either you'll have to try a different emulation method or use a real android device. Using a real android device will always give you the best results, so I recommend going that route.

Upvotes: 0

Related Questions