工具清单: IDE:Android Studio 插件: Codota KeyMap x Android ButterKnife Injections (Support Kotlin) 配合依赖 BindView 使用 依赖: 1234// @BindView 配合使用 Android ButterKnife Injections (Support Kotlin) implementation 'com.jakewharton:butterknife:8.8.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' @BindView 使用依赖 插件 代码