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類庫(kù)進(jìn)行控件綁定,如果把具體界面轉(zhuǎn)移到其他Activity季惯,可能會(huì)報(bào)這個(gè)錯(cuò)誤扼菠。
解決辦法
clear Project