I've got this error below:
"could not initialize org.gradle.plugin.use.resolve.internal.noopPluginResolver"
What I've to do?
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