- Attempts to switch activities between two Android Fragments is failing.
- This happens in spite of using the Android doco example verbatim:
- Attempts to add the target Fragment to the AndroidManifest.xml does not compile with the same message that is in the Title of this question.
- If I hack the same process using only Views and straight Activities the all is well.
- If I leave the AndroidManifest.xml unchanged then I get a run-time exception with the question:
android.content.ActivityNotFoundException: Unable to find explicit activity class {name.davidwbrown.actionbartabs/name.davidwbrown.actionbartabs.UserDetailsFragment}; have you declared this activity in your AndroidManifest.xml?