错误: The specified child already has a parent. You must call removeView(). 解答: 这个错误非常直白,就是你viewGroup.addView(childView); 中childView已经有父View了.错误原因非常多,我主要讲下 mLayoutInflater.inflate(id, rootView, false);造成的这个错误.(该方法有两种.一种是2个參数,一种是3个參数). 2个參数: 第一个參数:layou…