-1

Today i installed emulator and HAXM update from Android Studio SDK manager. After that i can not start my emulator.

Please note -

  • I had my emulator working before.
  • I have enable VT-x tech in bios.
  • I have disabled security boot.
  • and tried all answers which i found.

enter image description here

Any help is really appreciated!

Khemraj Sharma
  • 57,232
  • 27
  • 203
  • 212

1 Answers1

0

After doing some research on this. Finally i solved it out.

Even i have enable VT-X tech and disabled secure boot. My Android Studio failed to load emulator saying dev/kvm not found.

This issue came after updating HAXM. I found some useful answers. which tell this issue is in HAXM 7.2.0. See this issue on github

Steps to solve:

  • Uninstall Haxm from SDK manager.
  • downloaded previous version of HAXM v7.1.0 from this release page.
  • Install this HAXM.

Now everything should work fine as before.

Khemraj Sharma
  • 57,232
  • 27
  • 203
  • 212