Home > Q&A > body text
在Fragment中使用使用ButterKnife.bind(this, view);还是报空指针,为什么?
巴扎黑2017-04-18 10:52:43
@BindView(R.id.user) EditText username;
Look at the document carefully, your ID is wrong.