一、概述
butterknife是一款as的功能強大插件。有了它,你幾乎可以和findViewById說byebye了。
二、使用
github地址:https://github.com/avast/android-butterknife-zelezny
三、問題解決
Generate ButterKnife Injections 不出現的問題解決
1、下載后重啟須重啟as,方生效
2、打開Gradle App,添加 compile 'com.jakewharton:butterknife:7.0.1'依賴
3、請務必將鼠標光標懸停在R.layout.xxx處,點擊右鍵!請詳細參閱https://github.com/avast/android-butterknife-zelezny