When I try to run my Android app on an emulator I get this error:
/dev/kvm permission denied.
I checked the permissions and ad
sudo setfacl -m u:$USER:rwx /dev/kvm
Worked for me.