I see crashes in the Google Play crash log that is really stumping me.
java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (Ac
The activity is being restored from an instance state bundle. Part of the restore operation is recreating its fragments.
Your activity has a fragment and the fragment class does not have a 0-arg constructor required by the framework.