AndroidStudio安装BindView注解插件

新版本androidStudio添加BindVIew插件可以直接在Build.gradle (Module:app)里面的dependencies下添加 compile 'com.jakewharton:butterknife:8.8.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' 即可.
相关文章
相关标签/搜索