Android Studio 星云常用配置工具箱
1. 安装插件
1.1 Android View绑定框架
开源地址:https://github.com/JakeWharton/butterknife
插件地址: https://github.com/avast/android-butterknife-zelezny
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。相关介绍:http://jakewharton.github.io/butterknife/
1.1.1 安装插件
1.1.2 添加依赖
implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'

更多精彩