ButterKnife8.4.0 onclick点击事件没反应

本身的项目 里分别为两个moudle app 依赖着lirbrary

compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'

将annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0' 写到app 的build文件下 即可

你可能感兴趣的:(ButterKnife8.4.0 onclick点击事件没反应)