SyncFailed Error:Cause: org/jetbrains/plugins/gradle/tooling/ModelBuilderService

后端 未结 6 606
太阳男子
太阳男子 2020-12-31 05:56

I have a project which I try to open in Android Studio however when the project is imported I receive an error

Error:Cause: org/jetbrains/plugins/grad

6条回答
  •  渐次进展
    2020-12-31 06:46

    So the problem was solved by deleting the .gradle folder. Unfortunately none of the answers that I referred to described which .gradle folder I was supposed to delete.

    What I did was deleting the .gradle folder inside the project structure. Instead, you have to delete the .gradle folder located in

    Windows:

    C:/Users//.gradle.
    

    MacOS:

    ~/Users//.gradle
    

    To view hidden files on Mac press command+shift+.

提交回复
热议问题