illegalStateException: The specified child already has a parent 解决办法
来源:互联网
最近在做一个项目时需要用到listView中item点击显示弹出框,第一次弹出正常运行,第二次点击就会崩溃报错illegalStateException: The specified child already has a parent 问题在没有调用parent的removeView方法清楚之前的View,然而adapterView并不支持removeView方法
最近在做一个项目时需要用到listView中item点击显示弹出框,第一次弹出正