Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"/dev/kvm not found "error on windows in android studio

Tags:

I have enabled the Virtualization in BIOS in windows and I have Intel HAXM installed as well but I still get the message when I run the application on the emulator. How to resolve this. I am stuck at the same error for last two days.

like image 997
Rahul Mishra Avatar asked Apr 10 '16 07:04

Rahul Mishra


People also ask

Does not exist Dev KVM?

You need to enable KVM, from the BIOS by pressing F1 key before the system boot. Next, go to the Security tab and enable Intel Virtualization Technology and Intel VT-d Feature. Save the new settings by pressing F10. Finally, exit and restart your computer.

Why my AVD is not working?

In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled". Go to your BIOS settings and enable Hardware Virtualization. 3) Restart Android Studio and then try to start the AVD again.


2 Answers

Remove intel haxm installer 6 from control panel>Add or remomve Program. And download manually from here. https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

Then install it manually. And launch android studio again. This worked for me. Hope it helps.

like image 170
Istiak Morsalin Avatar answered Sep 19 '22 05:09

Istiak Morsalin


Here are 4 simple steps that should work:

  1. Uninstall Intel Hardware Accelerated Execution Manager version from Windows Control Panel

  2. Go to https://github.com/intel/haxm/releases

  3. Download older version (v7.1.0)

  4. Install from zip

like image 30
Stack Fox Avatar answered Sep 20 '22 05:09

Stack Fox