Android Dagger2與ButterKnife衝突問題
修正之前:
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的鍋,希望幫到各位