Reputation: 41
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
Reputation: 1042
I reboot my computer and it solves the problem
Upvotes: 1
Reputation: 1103
If there are plugins specified in the project's gradle build files, check that they have been upgraded
Upvotes: 0
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