Annotation processors must be explicitly declared now. butterknife-7.0.1.jar
升级as3.0gradle4.1之后就报这个错了原因是新版本的注解要显示表注android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath=true这个解决方案官方不推荐按照官方推荐方法:应该是在报错的build.gradle中修改:dependencies{compilexxx