Back to Browse

Ubuntu Android Emulator not working, kvm not found: Solved

5.3K views
Mar 8, 2020
1:42

First Virtualization needs to be enabled then use the below commands in terminal to fix the issue to run Android Emulator in Ubuntu. 1. To check if kvm is supported in your computer run kvm-ok 2. Now install kvm using below command sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils 3. Get access to kvm for current user sudo chown username:username -R /dev/kvm

Download

0 formats

No download links available.

Ubuntu Android Emulator not working, kvm not found: Solved | NatokHD