Android Studio: /dev/kvm device permission denied

后端 未结 27 3125
鱼传尺愫
鱼传尺愫 2020-12-02 03:12

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

27条回答
  •  醉梦人生
    2020-12-02 04:03

    I am using linux debian, and i am facing the same way. In my AVD showing me a message "/dev/kvm permission denied" and i tried to find the solution, then what i do to solve it is, in terminal type this :

    sudo chmod -R 777 /dev/kvm
    

    it will grant an access for folder /dev/kvm,then check again on your AVD , the error message will disappear, hope it will help.

提交回复
热议问题