android ButterKnife 点击事件没反应的解决方案

可能只添加了
implementation 'com.jakewharton:butterknife:8.8.1'
而没有添加下面这行 annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
原文地址:https://www.cnblogs.com/baiyi168/p/9366360.html