Caused by: java.lang.IllegalStat
2016-07-29 本文已影响0人
曾经的曾经兜是曾经
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