這是我的代碼:java.lang.IllegalStateException:指定的子項已經有父項。你必須對孩子的父母先調用removeView()
Frame.gameController.test();
setContentView(Frame.world.getScreen());
Frame.world.setRunning(true);
在第二行我收到以下錯誤:
ERROR/AndroidRuntime(15229): Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
誰能幫助我解決呢?以前它工作得很好,當我把它帶入另一個活動時,問題就開始了。
我正在使用android 2.2。
我在畫布上繪畫,如果有幫助 –