摘要: 错误信息:Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.解决办法:View v = inflater.inflate(R.layout.preference_fragment, container, false); 阅读全文
posted @ 2013-07-10 16:39 马小豆包 阅读(374) 评论(0) 推荐(0)