This is because /dev/kvm
is not accessible. To make is accessible from android studio run the below command
sudo chmod 777 -R /dev/kvm
It will ask for your password. After that restart Android Studio.
KVM
is required to rum emulator. If you have not install it yet then install it
sudo apt install qemu-kvm