Could not create parent directory for lock file

前端 未结 6 1565
执念已碎
执念已碎 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 14:01

    1. Remove the .gradle file (C:\Users\yourname.gradle)
    2. Reinstall the gradle file (create environmental variables path).
    3. Ensure that .gradle file is created properly After that open the android studio run as administration.. it won't show the error

提交回复
热议问题