Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not initialize class com.android.build.gradle.AppPlugin

when i upgrade AndroidStudio 2.1 to 2.2 and gradle 2.14 to 2.2, there has a gradle compiled error:

Error:Could not initialize class com.android.build.gradle.AppPlugin
like image 299
Alex Lee Avatar asked Oct 29 '22 20:10

Alex Lee


1 Answers

If there are plugins specified in the project's gradle build files, check that they have been upgraded. I fixed this problem by upgrading com.github.hierynomus.license to the latest version.

like image 56
alexbirkett Avatar answered Dec 23 '22 14:12

alexbirkett