概述
view v = LayoutInflater.from(this).inflate(R.layout.activity_main, null);
出现警告:void passing null as the view root (needed to resolve layout parameters on the inflated layout's root element)
这时需要使用如下代码来代替
LayoutInflater.from(this).inflate(R.layout.activity_main, parent, false);
最后
以上就是可爱汽车为你收集整理的android中调用inflate时出现的警告错误处理的全部内容,希望文章能够帮你解决android中调用inflate时出现的警告错误处理所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复