标签: android butterknife
当右键单击所需布局参考的使用时(例如我的活动或片段中的R.layout.main),然后不显示生成并生成ButterKnife注射!
我的配置
compile 'com.jakewharton:butterknife:8.6.0' annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
答案 0 :(得分:0)
对于Windows,您可以这样做
1。右键单击活动或片段中的R.layout.my_layout
2。单击generate(Alt + Inser)
3。生成黄油刀注射(Ctrl + Shift + B)