/dev/kvm device: permission denied [solved]
New Ubuntu 18.04 install, fresh Android Studio 4.0 install. First run....
/dev/kvm device: permission denied
Here's how to fix, the correct way.
Install qemu-kvm
.
sudo apt install qemu-kvm
add user to the kvm group.
sudo adduser <username> kvm
reboot your system.