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
Type in terminal:
sudo apt install qemu-kvm -y sudo chown $USER /dev/kvm