针对:
Error:android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProce 错误的解决办法
1.把project下的apt插件注释
2.把module/build.gradle下的apt插件应用注释
apply plugin: 'com.android.application'
//apply plugin: 'android-apt' //这行代码注释
3.把module/build.gradle dependencies下的apt全部改为annotationProcessor