Android Dagger2与ButterKnife冲突问题

来源:互联网 发布:linux 驱动编写步骤 编辑:程序博客网 时间:2024/05/18 02:01

修正之前:

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




Butterknife的正确引用:

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



总之是annotation的锅,希望帮到各位

0 0
原创粉丝点击