ButterKnife黄油刀里面的 点击事件支持工具apt不支持维护后的替代工具:

annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'com.jakewharton:butterknife:8.8.1'

注释掉:
//annotationProcessor ‘com.jakewharton:butterknife-compiler:8.8.1’
你会发现直接报空指针了,你明明已经注册过了啊:
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'请注意:注释掉之后只要你不clean项目,Sync同步下不会报以上错误。卸载app重新打包也没问题。
// annotationProcessor ‘com.jakewharton:butterknife-compiler:8.8.1’
但是clean项目后,各种情况报错。最后还是按官方文档走吧。

相关文章:

  • 2022-12-23
  • 2021-04-29
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2021-10-11
猜你喜欢
  • 2021-10-22
  • 2022-12-23
  • 2021-10-02
  • 2021-05-17
  • 2022-12-23
  • 2022-01-03
  • 2021-07-01
相关资源
相似解决方案