我以为我已经理解您应该在 onCreate() 中调用 FragmentTransaction.add() 并在 onDestroy() 中调用 FragmentTransaction.remove()。我的应用程序在 onDestroy() 中崩溃并出现以下错误:
06-26 15:25:50.213: E/AndroidRuntime(579): java.lang.RuntimeException: Unable to destroy activity {com.myapp/com.myapp.MainActivity}: java.lang.IllegalStateException: Activity has been destroyed
如果不在 onCreate/onDestroy() 中,我什么时候调用这些东西?