您的位置:首页 > Web前端

butterknife 使用注意事项

2015-07-09 18:39 330 查看
写了个demo,一直报错


Caused by: java.lang.IllegalStateException: Required view 'tv1' with ID 2131492943 for field 'textView' was not found. If this view is optional add 'Nullable' annotation.


检查很多遍,原因是因为把b i n d( t h i s)写到了setContentView前面,,导致无法绑定View
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: