skip to Main Content

Android Studio shows "Virtual machine acceleration driver is out-of-date", even though I just installed the latest version of haxm from github.
Does anyone know how to fix that?

I tried to install it with Android Studio, but it keeps getting errors.

2

Answers


  1. I recently got this error too and I made this to solve it.

    1. Go to turn windows features on or off
    2. Turn on virtual machine platform
    3. That’s how it worked for me, hope you
    Login or Signup to reply.
  2. There are a few things you can try to fix this issue:

    1. Make sure that you have installed the correct version of the HAXM
      driver for your system. You can download the latest version from the
      Intel website or from the Android Studio SDK Manager.
    2. Check if virtualization is enabled in your BIOS settings. You can
      access the BIOS settings by restarting your computer and pressing
      the key specified on your screen (usually F2 or Delete).
    3. Try uninstalling and then reinstalling HAXM from the Android Studio
      SDK Manager.
    4. Try disabling Hyper-V if it is enabled on your system. You can do
      this by going to Control Panel > Programs > Turn Windows features on
      or off, and then unchecking the box next to Hyper-V.
    5. If none of the above solutions work, try creating a new virtual
      device with a different system image.

    Hopefully one of these solutions will work for you.

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