I am running Android Studio from WSL. When I try to use the emulator I get "/dev/kvm" not found
. I have installed kvm and I have confirmed that vt-x emulation is enabled in my BIOS.
Is it possible to use kvm with WSL (Ubuntu)?
I am running Android Studio from WSL. When I try to use the emulator I get "/dev/kvm" not found
. I have installed kvm and I have confirmed that vt-x emulation is enabled in my BIOS.
Is it possible to use kvm with WSL (Ubuntu)?
KVM only runs on an actual Linux kernel, not Windows Subsystem for Linux (which runs on a thin Linux emulation layer over the Windows kernel).
You can either run Android Studio on Linux natively, or use the Windows version of Android Studio (on Windows, only HAXM is supported).
© 2022 - 2024 — McMap. All rights reserved.