使用7.0.1版本没有问题
compile 'com.jakewharton:butterknife:7.0.1'




使用8.5.0版本时候,必须配合下面的compiler插件一起使用,否则会出现点击事件不能响应的情况。
compile 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'

详见:https://github.com/JakeWharton/butterknife

相关文章:

  • 2021-11-23
  • 2021-11-07
  • 2021-10-16
  • 2021-11-28
  • 2021-10-07
  • 2021-05-08
猜你喜欢
  • 2021-06-05
  • 2021-05-13
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
相关资源
相似解决方案