Operating System : CentOS Linux 7 Android Studios version : 2.3.3
Result of the command: lsmod | grep kvm
lsmod | grep kvm
My computer supports virtuali
In my case the error was because the user has not enough permission to /dev/kvm. So the solution is giving permission,i.e.,
/dev/kvm
chmod 777 /dev/kvm