I get the following exception in Android when clicking a button to take me from an activity to another (I\'m new in Android development, so it may not be the brightest of qu
I received this error when my main activity.xml did not have the include statement to my content.xml file.
Once i added these lines back into my main activity.xml file, everything was fine again.