ButterKnife If this view is optional add '@Nullable' (fields) or '@Optional' (methods) annotation

来源:互联网 发布:base.apk是什么软件 编辑:程序博客网 时间:2024/05/22 05:02
Caused by: java.lang.IllegalStateException: Required view 'btn_login' with ID 2131558535 for method 'onClick' was not found. If this view is optional add '@Nullable' (fields) or '@Optional' (methods) annotation.

在使用ButterKnife时,有时会发生以上错误,这可能是butterknife.bind方法写在setContentView之前了,一般要保证butterknife.bind方法要在setContentView之后。

原创粉丝点击