So I enabled VT in the bios

I added this group to etc/group
kvm:x:128:frank

ls shows:
crw-rwx--- 1 root kvm 10, 232 Apr 28 08:58 /dev/kvm


but Android Studio complains that access is denied with "
Grant current user access to /dev/kvm"






On Sunday, April 28, 2019, 8:01:34 a.m. CDT, Frank H <alteahandle-muug@yahoo.ca> wrote:


Trying to run device emulator in Android Studio on kde neon based on 18.04 ubuntu.

Getting this error:
   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.

Do I want to enable this in BIOS or just create this directory? Any insights into this?

Thank you,
Frank