com.jakewharton:butterknife:7.0.1' 点击无效

需要加上
annotationProcessor 'com.jakewharton:butterknife:7.0.1'


dependencies {
compile 'com.jakewharton:butterknife:7.0.1'
annotationProcessor 'com.jakewharton:butterknife:7.0.1'

}
posted on 2018-08-18 11:59  白衣雨果  阅读(1196)  评论(0编辑  收藏  举报