概述
以下错误本人经历两次了,痛苦地记录一下吧
Caused by: java.lang.IllegalStateException: Required view 'rv_content' with ID 2131297021 for field 'rvContent' was not found. If this view is optional add '@Nullable' (fields) or '@Optional' (methods) annotation.
此异常,编译不会产生,只有在运行时才会产生。
产生原因:组件化过程中,一个模块中的activity或是fragment移动到了另一个模块,没有重新对R和R2导包,导致ButterKnife绑定发生错乱,无法找到正确的id。
解决办法:重新导包即可。导入新模块的包名。
最后
以上就是清新鸵鸟为你收集整理的Android ButterKnife not found view的全部内容,希望文章能够帮你解决Android ButterKnife not found view所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复