[android-developers] instantiation of main activity

2012-07-27 Thread peter gottlieb
I have gone through several stages in the development of an app, compiling and executing just fine. After my latest increment of code the app builds fine, but crashes with the following message in the Log: unable to instantiate ActivityComponentinfo {}: java.lang.NullPointerException. My

Re: [android-developers] instantiation of main activity

2012-07-27 Thread Mark Murphy
Please consider posting a full stack trace. On Thu, Jul 26, 2012 at 6:50 PM, peter gottlieb gottlieb...@gmail.com wrote: I have gone through several stages in the development of an app, compiling and executing just fine. After my latest increment of code the app builds fine, but crashes with