Android Studio error 13=permission denied in linux

前端 未结 14 2380
有刺的猬
有刺的猬 2021-02-06 03:53

i am using android studio latest version in linux(elementary luna to be specific). I installed jdk, android studio and sdk successfully, android studio opens us perfectly and ev

14条回答
  •  萌比男神i
    2021-02-06 04:05

    This problem is about insufficient authority. If you change your user as 'root' and you open android studio, this problem will be resolved. For ex;

    Open Terminal

    $ sudo -i

    [enter your password] : ********

    root@pc-name:~$ cd /home/username/.../android-studio/bin

    root@pc-name:~$ ./studio.sh

提交回复
热议问题