1

I changed my windows recently from 10 to 7 .. now I am getting this error when I want to open my AVD

(ntel HAXM is required to run this AVD. /dev/kvm is not found.

Enable VT-x in your BIOS security settings, ensure that your Linux distro has working KVM module. )

.. the HAXM is also installed... im using a 64 operating system with windows 7 .. the virtualizationt is enable in BIOS setting. how can i fix it??

enter image description here

Arjun saini
  • 4,223
  • 3
  • 23
  • 51
darkshadow
  • 21
  • 1
  • 3

1 Answers1

2
  1. check whether intel virtualization technology is enabled in bios, if not enable it.

  2. Make sure you have installed HAXM, you can check it in your sdk manager.

enter image description here

if not, install it and Now go to your SDK directory (C:\users\username\AppData\Local\Android\sdk, generally). In this directory Go to extras > intel > Hardware_Accelerated_Execution_Manager and run the file named "intelhaxm-android.exe".

  1. Restart android studio.
Henu
  • 1,622
  • 2
  • 22
  • 27
  • virtualization technology is enable or disable in BIOS ?? – Ali Jun 12 '18 at 09:55
  • please see this question and help me for the solution https://stackoverflow.com/questions/50812600/haxm-error-in-android-studio-3-0-with-windows-requires-a-digitally-signed-driver – Ali Jun 12 '18 at 09:57
  • @darkshadow 1 I had enabled the virtualization 2 Installed the Haxm 3 Restarted the studio. – fazil Jul 29 '19 at 11:34