Android Studio 2.3 using emulator from console, “/dev/kvm device: permission denied” for root user

前端 未结 5 1778
深忆病人
深忆病人 2021-02-02 13:50

I\'m trying to start a virtual android device which I created with the avdmanager of Android Studio 2.3 (via command line)

all commands are performed as

5条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-02 14:27

    Assuming that you want to apply this change of ownership using the current OS user, use the following:

    sudo chown $(whoami) -R /dev/kvm

提交回复
热议问题