build.gradle(app)中引用butterfly需要注意引用语句的完整正确性。

implementation 'com.jakewharton:butterknife:8.8.1'
//如果少了这一行,@onclick将失效
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

ButterKnife使用小坑(@Onclik监听没反应??)

相关文章:

  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-10-26
  • 2021-06-28
猜你喜欢
  • 2021-11-15
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案