Plugin with id 'android-apt' not found.

Error:Error:(2, 0) Plugin with id 'android-apt' not found.

原因:导入Moudle时而未导入Project中的相关配置

解决 :在project的gradle文件中配置如下:

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
//添加这行代码
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
拓展:其他not found相关问题,度可以用这方法解决。
---------------------
作者:Aaaaabbx
来源:CSDN
原文:https://blog.csdn.net/qq_35936174/article/details/71078138
版权声明:本文为博主原创文章,转载请附上博文链接!

posted @ 2019-01-28 17:29  天涯海角路  阅读(1966)  评论(0编辑  收藏  举报