Android Studio 星云常用配置工具箱
1. 安装插件
1.1 Android View绑定框架
开源地址:https://github.com/JakeWharton/butterknife
插件地址: https://github.com/avast/android-butterknife-zelezny
相关介绍:http://jakewharton.github.io/butterknife/
1.1.1 安装插件
1.1.2 添加依赖
implementation 'com.jakewharton:butterknife:9.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0'
*********************
交流即分享,分享才能进步!
不对之处,还请各位前辈多多指教。
by 星云
********************