2019-07-30-Plugin with id 'com.android.library' not found.(Gradle 同步报错)

解决方法:

在 app 级的 build.gradle 中 加入代码

buildscript 

{ repositories

{  

mavenCentral()  

dependencies {  

classpath 'com.android.tools.build:gradle:1.0.+'  

}

}

你可能感兴趣的:(2019-07-30-Plugin with id 'com.android.library' not found.(Gradle 同步报错))