史上最简单的ButterKnife配置教程
网上的教程感觉都是抄来抄去,没一个靠谱的
还是自己丰衣足食搞一个ButterKnife配置教程吧。。
我的Android Studio版本是3.3。
1.dependencies中添加依赖
implementation 'com.jakewharton:butterknife:9.0.0-SNAPSHOT' annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-SNAPSHOT'
2.buildscript->repositories和allprojects->repositories中均添加
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
3.Sync,大功告成= =;
使用方法见官方文档:
参考资料:
** Then I looked up at the sky and saw the sun **
posted on 2018-08-31 14:41 chenyangsocool 阅读(1359) 评论(2) 编辑 收藏 举报