Could not create parent directory for lock file

前端 未结 6 1564
执念已碎
执念已碎 2021-01-15 12:58

Error: Failed to complete Gradle execution.

Cause:

Could not create parent directory for lock file C:\\Program Files\\Android\\Android Stu

6条回答
  •  长发绾君心
    2021-01-15 13:40

    You can see if your project folder have the permissions set to write and execute. If not, this might work:

    sudo chmod 777 path/to/your/projectfolder
    

提交回复
热议问题