Pages

Friday, March 27, 2015

How to solve “emulator: ERROR: x86 emulation currently requires hardware acceleration!” in Windows.

 When you try to run you program in android emulator you may get below 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!

To solve this error J

    1.    Check whether you have downloaded & installed the “intel x86 Emulator       Accelerator (HAXM installer)”. (At the bottom of the android SDK  Manager   you may find Extras).



   2.  Then check whether the “Hardware Virtualization” is “ENABLE” in your         BIOS.(I think this video will be helpful for you to enable virtualization in          your machine     https://www.youtube.com/watch?v=3irpIFya_lk )


   3.    Now go to your android SDK folder     Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager and   try to install” intelhaxm-android.exe”.


   4.    If you cannot install it go to this link, Click to Accept EULA & Download  haxm-windows_r05.zip (1.1.1) download and install it”  https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-  execution-manager-end-user-license-agreement”.


   5.    If you still have a problem with installing intelhaxm.exe so then go to”  TURN WINDOWS FEATURE ON OFF “& disabled hyper-v then your  machine will ask to restart .After completing that try to install intelhaxm.exe  againJ.









  6.    Then try to start your AVD(Android Virtual Device) .Your Emulator should  run without giving any error