码迷,mamicode.com
首页 > 其他好文 > 详细

butterknife的8.5.1版本问题

时间:2017-03-02 16:20:26      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:art   github   process   插件   compile   style   点击事件   点击   响应   

使用7.0.1版本没有问题
compile ‘com.jakewharton:butterknife:7.0.1‘




使用8.5.0版本时候,必须配合下面的compiler插件一起使用,否则会出现点击事件不能响应的情况。
compile ‘com.jakewharton:butterknife:8.5.1‘
annotationProcessor ‘com.jakewharton:butterknife-compiler:8.5.1‘

详见:https://github.com/JakeWharton/butterknife

butterknife的8.5.1版本问题

标签:art   github   process   插件   compile   style   点击事件   点击   响应   

原文地址:http://www.cnblogs.com/xuanwei-qingfeng/p/6490707.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!