java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
child已经存在parent了,先将上层view进行removeAllViews,建议你用tabhost
child已经存在parent了,先将上层view进行removeAllViews