This is my code:
Frame.gameController.test();
setContentView(Frame.world.getScreen());
Frame.world.setRunning(true);
On the second line I am getting the following error:
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.
Can anyone help me solve it? Previously it was working just fine, the problem starts when I take it in another activity.
I'm using android 2.2.