android , google , zxing , 条码扫描 , 二维码扫描

今天在做LinearLayout添加MapView的时候使用:

 


  1. Java代码  
  2.       
  3. layoutView.removeAllViews();        
  4. layoutView.addView(baidumap);    

这段代码报如下异常:

 


  1. Java代码  
  2.       
  3. The specified child already has a parent. You must call removeView() on the child's parent first    

实践证明baidumap依旧还有parent,于是在打开该视图之前,再调用多一次layoutView.removeAllViews()方法解决,真是奇怪。



     本文转自06peng 51CTO博客,原文链接:http://blog.51cto.com/06peng/963289,如需转载请自行联系原作者


上一篇:组策略对应于注册表位置汇总


下一篇:公司网站被黑 跳转到另一网站的解决办法