Android Studio error 13=permission denied in linux

前端 未结 14 2158
有刺的猬
有刺的猬 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:20

    If this can help, I solved after giving full execution permissions (chmod a+x) to all executables in /opt/android-bundle/sdk/build-tools/$VERSION/ (aapt, dx and zipalign).

提交回复
热议问题