Android Studio IDE on Mac os:error=13, Permission denied

后端 未结 2 1808
遥遥无期
遥遥无期 2020-12-17 15:20

I downloaded an Android Studio for Mac and then want to run SDK manager,console then puts the message:

 ProcessNotCreatedException: Cannot run program \"/Use         


        
2条回答
  •  一向
    一向 (楼主)
    2020-12-17 15:45

    I ran into the same problem today.

    And I fixed this by adding executable permission to the file /sdk/tools/android

    Open your terminal and

    chmod +x /Users/MyUserName/Library/Android/sdk/tools/android
    

提交回复
热议问题