Logo

Terms and Conditions

Blog

Test Management System

Created with ❤️ by Clean Cut Kft. - 2025

DiscordYouTube
This is only a Test
/Curriculum
Curriculum
/
Testautomation
/
Appium
/
Prerequisites:
/
If you may fail with an error message with “Android Hypervisor driver is not installed”, click here and open for the resolution.

If you may fail with an error message with “Android Hypervisor driver is not installed”, click here and open for the resolution.

If you faced trouble during the installation of Android Studio with this error, we can absolutely fix it in a few steps and few minutes, so running the emulator will have no more issues

image

The pop-up + log you see is about emulator acceleration. The emulator can still run without it, just slower. We’ll make it fast.

Check if if virtualization is enabled in BIOS:

  • Task Manager → Performance → CPU → “Virtualization: Enabled/Disabled”.
image

How to enable SVM (AMD-V) in BIOS/UEFI

  • Restart your PC → enter BIOS/UEFI (often Del, F2, or F10).
  • Find CPU/advanced settings and enable “SVM Mode” (AMD virtualization). Save & exit.

Once your machine rebooted, turn on Windows’ virtualization layer (WHPX path):

  • Win+R → optionalfeatures.exe → Enter.
  • check the below boxes
    • Windows Hypervisor Platform
    • Virtual Machine Platform
  • Click OK, Restart when prompted.

After a reboot, let’s verify:

Open a new tab in PowerShell

& "$env:LOCALAPPDATA\Android\Sdk\emulator\emulator.exe" -accel-check
& "$env:LOCALAPPDATA\Android\Sdk\platform-tools\adb.exe" version
& "$env:LOCALAPPDATA\Android\Sdk\platform-tools\adb.exe" devices
  • The first line tells you if hardware acceleration is usable (WHPX or AEHD).
  • The last line should list your emulator once it’s running.

Now, you can start your emulator:

  • Welcome → More Actions → Device Manager (or inside Studio: Device Manager).
  • Click ▶ on your AVD.