java.lang.IllegalStateException(Can not perform this action after onSaveInstanceState)
问题 I am getting this error with following message in different scenario: Activity has been destroyed and Can not perform this action after onSaveInstanceState I am writing an app where Two Activity interacting with each Other. Activity-A launch Activity-B using Intent. This Activity-B class have two fragment children. Fragment-A use public method of activity to launch another Fragment-B . public void beginTransaction(ID id, Bundle bundle) { Fragment fragment = getFragmentItem(id); // In case