Error:android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProce
AS从2.3.3升级到3.0后,项目没有任何改动就出现了这个错误,解决步骤如下:
一、把module/build.gradle下的apt插件应用全部注释掉
二、把dependencies下的apt全部改为annotationProcessor
三、把project/build.gradle中的apt插件声明注释