报错

Error:Execution failed for task ':app:javaPreCompileDebug'.> Annotation processors must be explicitly declared now.  The following dependencies on the compile classpath are found to contain annotation processor.  Please add them to the annotationProcessor configuration.    - butterknife-7.0.1.jar  Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior.  Note that this option is deprecated and will be removed in the future.  See https://developer.android.com/r/tools/annotation-processor-error-message.html for more details.

源代码

    //butterknife    compile 'com.jakewharton:butterknife:7.0.1'

修改后

    //butterknife    compile 'com.jakewharton:butterknife:7.0.1'    annotationProcessor 'com.jakewharton:butterknife:7.0.1'

参考stackoverflow

更多相关文章

  1. 使用系统API的SQLite
  2. Dialog修改密码的显示方式小巧写法
  3. 代码里面修改layout_gravity
  4. Android(安卓)APP修改全局字体
  5. android10 su
  6. Android(安卓)Camera2 HAL3 高通Qualcomm Camera底层initialize
  7. 解读:下载Android源码时为什么对Python版本有要求
  8. adb code
  9. android apk--程序发布前的准备

随机推荐

  1. Android(安卓)MVC模式
  2. Android解析ClassLoader(二)Android中的Cla
  3. android WebView总结
  4. Android(安卓)的消息队列模型
  5. Android(安卓)startservice & bindservic
  6. Eclipse下Android更新升级过程中遇到的问
  7. android中四大组件之间相互通信
  8. Android的四大天王
  9. manifest文件
  10. Android(安卓)一个supportsRtl属性 RTl是