Android studio gradle sync error

After trying to see the version that gave me odd errors, I just did a fresh install of Android Studio 1.1.0 on Ubuntu Linux. I also deleted the settings directory to start from scratch.

Now, even with new gradle projects, this error fails, and I cannot find the reason or other information that can give me clues about the reason:

Error:Cause: org.jetbrains.plugins.gradle.tooling.ModelBuilderService: Provider org.jetbrains.plugins.gradle.tooling.builder.ExternalProjectBuilderImpl not found 

Does anyone know how to fix this?

+6
source share
2 answers

Solved by deleting the $ HOME / .gradle folder.

I guess the execution of the preview version messed up something.

+14
source

I had to remove .AndroidStudioPreview, .gradle / and .android. Basically, he wanted to remove the Android studio, but it worked for me.

0
source

Source: https://habr.com/ru/post/983720/


All Articles