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
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+.