您的位置:首页 > 移动开发 > Android开发

android 异常信息The specified child already has a parent. You must call removeView() on the child's parent first. 的处理方法

2013-10-14 18:13 701 查看
【Android异常信息】: The specified child already has a parent. You must call removeView() on the child's parent first.

在布局中添加子view的时候,需要new 新的view,从而避免出现此现象......待续
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐