Android Studio: /dev/kvm device permission denied

后端 未结 27 3147
鱼传尺愫
鱼传尺愫 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 03:46

    This Worked For Me on Linux (x18) ☑ Hope It Will Work For You Aswell

    sudo chown hp /dev/kvm
    

提交回复
热议问题