Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

I'm beginner in android studio and i have installed latest android studio in my pc, which is windows 7.

Now when i try to run emulator it shows, following error.

emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!


I've googled and found the solution for it and i've tried to install Hardware_Accelerated_Execution_Manager from the android sdk path.

But when i try to install the exe it shows following error, see
image

I've installed Intel Processor identification, and checked visualization is enabled,
see image

So can any one tell me why emulator is not running in my pc?
Posted
Updated 29-Aug-15 0:53am
v2

Look at the error you show us:
"This computer does not support Intel Virtualization Technology (VT-x). HAXM cannot be installed. Please refer to the Intel HAXM documentation for more information"


So look at the HAXM documentation, find out what the minimum hardware specification is, and ensure that your computer meets or exceeds that.

I suspect you need to update your PC...
 
Share this answer
 
First of all, look at Solution 1. That works and is working in my case as well as other Android developer.

Secondly, since your machine doesn't support HAXM. It doesn't matter whether you re-install it or not, it won't support your machine. In this case, you need to create your emulators with no Hardware acceleration. Do not try to use x86 or similar architectures that require you to use Intel HAXM. Use ARM based versions instead.

Use other versions for OS and they will run, slower, but they will run.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900