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
I countered the same problem and to solve this issue just type the following commands in terminal for Linux clients
sudo apt-get install qemu-kvm // type your password sudo chmod 777 -R /dev/kvm
and after that try running simulator it'll work