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

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'_第1张图片annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'_第2张图片请注意:注释掉之后只要你不clean项目,Sync同步下不会报以上错误。卸载app重新打包也没问题。
// annotationProcessor ‘com.jakewharton:butterknife-compiler:8.8.1’
但是clean项目后,各种情况报错。最后还是按官方文档走吧。

你可能感兴趣的:(Android,Error,Android,Error,And,Bug,Fixed)