skip to Main Content

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

Answers


  1. Chosen as BEST ANSWER

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


  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search