Fox Say
Fox Say

Reputation: 41

ERROR: Could not initialize class com.android.build.gradle.AppPlugin is problem

after updating android studio up version 3.3 crashes this error, please help ERROR: Could not initialize class com.android.build.gradle.AppPlugin

Upvotes: 1

Views: 11130

Answers (3)

I reboot my computer and it solves the problem

Upvotes: 1

Masum Billah
Masum Billah

Reputation: 1103

If there are plugins specified in the project's gradle build files, check that they have been upgraded

Upvotes: 0

Fox Say
Fox Say

Reputation: 41

In general, to solve this problem, go to File> Build, Execution, Deployment> Gradle> Android Studio in android studio there tick enable embedded maven repository after clicking Apply and then grudle rebuild and this error will disappear

Upvotes: 3

Related Questions