IllegalStateException: The specified child already has a parent.

来源:互联网 发布:java post 传递json 编辑:程序博客网 时间:2024/06/10 07:45
java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.at android.view.ViewGroup.addViewInner(ViewGroup.java:4309)                                                                                 at android.view.ViewGroup.addView(ViewGroup.java:4145)at android.view.ViewGroup.addView(ViewGroup.java:4086)at android.support.v7.widget.RecyclerView$5.addView(RecyclerView.java:676)    ......

这里写图片描述

阅读全文
0 0