##Android 编译报错:

Error:android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProc

一、注释掉module的buid.gradle下

// 应用插件

//apply plugin: 'com.neenbedankt.android-apt'

二、修改dependencies模块(注释掉了一句,添加了一句声明进程的方式):

compile 'com.google.dagger:dagger:2.12'
//apt 'com.google.dagger:dagger-compiler:2.12'
annotationProcessor 'com.google.dagger:dagger-compiler:2.12'

三、无关紧要的一步,我就是看着不爽而已,在项目的build.gradle下面注释掉一句话

在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐