Android Studio Emulator Error: KVM is required to run this AVD. /dev/kvm is not found. (Ubuntu)




KVM is required to run this AVD.
/dev/kvm is not found.

Enable VT-x in your BIOS security settings, ensure that your Linux distro has working KVM module.

#############################################3
Suggestion post::
Use the below command to check whether the KVM is installed in the machine or not,

kvm-ok
Output:

INFO: /dev/kvm exists
KVM acceleration can be used
Output like the below means,

INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
In this scenario need to install KVM using the below command,

sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
Hope this helps.

##############################
Steps I followed::
1. Check

espl@espl-All-Series:~$ sudo kvm-ok
[sudo] password for espl:
INFO: /dev/kvm does not exist
HINT:   sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
INFO: KVM (vmx) is disabled by your BIOS
HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
      and then hard poweroff/poweron your system
KVM acceleration can NOT be used




No comments:

Post a Comment

Popular Posts