I try to build Android app from Android Studio.
I tried to install HAXM from Android Studio installer but I've an error:
Intel Virtualization Technology is already enabled in my BIOS. And the Hyper-V is already disabled on Windows 10.
I try to build Android app from Android Studio.
I tried to install HAXM from Android Studio installer but I've an error:
Intel Virtualization Technology is already enabled in my BIOS. And the Hyper-V is already disabled on Windows 10.
For Ryzen on Windows 10, use the latest stable instead of canary.
$ANDROID_SDK_ROOT\extras\google\Android_Emulator_Hypervisor_Driver.
Then,
I just purchased a Ryzen 5 laptop with Vega 8 video and was having alot of problems running the Android Studio emulator; in the end the problem was resolved and it was very simple.
Enable SVM or other virtual machine setting in the BIOS.
Disable all hypervisor and virtual machine features by going to "Turn features on / off" in windows.
Ensure you checkmark the AMD driver and uncheck HAXM in "SDK Tools" is SDK Manager.
And most important:
It is said that the latest update of Android Studio automatically installs the AMD driver once selected, however I found this not to be the case so the last step you need to do manually just to make sure.
Run: C:\users\username\AppData\Local\Android\Sdk\extras\google\Android_Emulator_Hypervisor_Driver\silent_install.bat
Late to the party but if there are more like me who never got this to work, this got it to work: https://www.py4u.net/discuss/646511
If you tried everything (turning windows features off, enabling svm in bios..etc) and still didn't work, type bcdedit in the command prompt, and press ENTER. If you see an entry for hypervisorlaunchtype set to Auto, Hyper-V is still enabled. You can try setting the launch type to Off by running the command below.
bcdedit /set hypervisorlaunchtype off
Use the Android Studio Cannary for this. I was with the even issue and it fix for me. Watch the video for help to configure it.
I am using AMD processor too and this happened to me like you. Before doing this, make sure to enable 'virtualization' on BIOS.
The solution was:
I have the same problem as well. Check and uncheck Windows Hypervisor Platform
and Virtual Machine Platform
does not help except to crashing my windows machine. Try :-
Open windows settings and disable
Core Isolation
in windows settings. It does not work right away because I still need to set up other things like gradle and jdk versions but that is one thing to do for Ryzen machine I believe
© 2022 - 2025 — McMap. All rights reserved.