0

I've got this error below:

"could not initialize org.gradle.plugin.use.resolve.internal.noopPluginResolver"

What I've to do?

adev
  • 367
  • 1
  • 3
  • 20

1 Answers1

2

Try:

File -> Invalidate caches / Restart

Shutdown Android Studio

Rename/remove .gradle folder in the user home directory

Restart Android Studio let it download all the Gradle stuff it needs

Gradle build success !

Rebuild project.... success !

FROM : Another question answer

Community
  • 1
  • 1