Reputation: 1
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,
Installing INTEL HAXM hardware accelerator through SDK manager I have uploaded a screenshot of this.
I have unchecked HYPER V option in turn on and off features
When I try to install HAXM from android SDK extras shown in screen shot
!!!But still android emulator is throwing the error
Upvotes: 0
Views: 8634
Reputation: 508
Upvotes: 0
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
Reputation: 898
According to Intel's website, the Core 2 Duo E7200 does not support VT-x
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