I am new to android development. I have downloaded android studio, followed all the instructions. I could create a sample application and run it successfully.
However the problem started when I try another application or relaunch the same application, it fails to run with the errors:
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!
When I checked in the SDK manager, Intel x86 emulator is already installed.
Then I tried starting the AVD manually, which failed with the same error
Then I went to SDK path, and try installing "intelhaxm-android.exe" It threw error "This computer does not support Intel Virtualization..." error.
EDIT 1:
My system configuration:
Dell Inspiron 5110 4core I5 2nd gen processor with 8 GB RAM
Windows 8.1 ultimate
I could locate Hyper-V manager showing up the system and Hyper-V is not running on this box
So, I believe my system is possibly ready for virtualization. If so, why I am unable to run the Intelhaxm-android.exe? Is there a setting or two I am missing. Or does my system missing any hardware to enable haxm?