在 Android studio 项目中配置:Butterknife 在主Moduel中的build.gradle中添加如下配置: dependencies { implementation 'com.jakewharton:butterknife:8.8.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' } 来源:https://www.cnblogs.com/Mr-East/p/11413837.html 标签 butterknife build