Caused by: java.lang.IllegalStateException: Required view 'normal' with ID 2131558462 for field 'normal' was not found. If this view is optional add '@Nullable' (fields) or '@Optional' (methods) annotation.
原因
使用butterknife类库进行控件绑定,如果把具体界面转移到其他Activity,可能会报这个错误。
解决办法
clear Project