您的位置:首页 > 移动开发 > Android开发

Plugin with id 'android-apt' not found

2016-06-15 21:31 363 查看
apt插件找不到



在Project里面的build.gradle里面加上这句:

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  gradle apt