Hypervisor Installation Failed to update status to COMPLETE

94 views Asked by At

Using Android Studio, I am trying to install Android Emulator Hypervisor. I get the following error message

Failed to update status to COMPLETE

The log file idea.log has:

"Install Android Emulator hypervisor driver (installer) v.2.0.0" failed.

Steps to reproduce the problem:

  1. Start Android Studio version "Iguana | 2023.2.1 Patch 1"
  2. Tools > SDK Manager > SDK Tools >
  3. Unselect HAXM to uninstall it
  4. select Android Emulator hypervisor driver (installer) to install it
  5. OK
2

There are 2 answers

3
Bilal Abdeen On

I installed BOTH of HAXM and Hypervisor. It worked! It seems that Hypervisor needs HAXM to be installed!

0
user2051551 On

Android Studio really has a problem with AEHD installation via SDK Manager. You can bypass this issue downloading AEHD from github repository and install manually. https://developer.android.com/studio/run/emulator-acceleration

The Android Emulator hypervisor driver can also be downloaded and installed from GitHub. After unpacking the driver package, run silent_install.bat at a command line with administrator privileges.