首先看看是否只添加了 implementation ‘com.jakewharton:butterknife:8.4.0’,
而没有添加 annotationProcessor ‘com.jakewharton:butterknife-compiler:8.8.1’
如果项目里moudle app 依赖着lirbrary
compile ‘com.jakewharton:butterknife:8.4.0’
annotationProcessor ‘com.jakewharton:butterknife-compiler:8.4.0’
则将annotationProcessor ‘com.jakewharton:butterknife-compiler:8.4.0’ 写到app 的build文件下 ,否则点击无效