Android Studio error 13=permission denied in linux

前端 未结 14 2160
有刺的猬
有刺的猬 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条回答
  •  孤街浪徒
    2021-02-06 04:19

    I coould resolve the same issue by using the following shell command:

    chmod 755 -R android-studio
    

    You need to grant more privileges.

提交回复
热议问题