Oh wait... I didn't look at the code first. That is interesting. I'll have to think about that a little more. I second TreKing's question... what is null?
What does the logcat output say? Look for a "caused by" line... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jun 29, 2011 at 9:00 AM, Justin Anderson <[email protected]>wrote: > *> From logcat I can see that the game gets a NullPointerException in > OnCreate when it tries to read the bundle* > > You have to check if the bundle is null before you use it. > > http://developer.android.com/reference/android/app/Activity.html#onCreate(android.os.Bundle) > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > > On Wed, Jun 29, 2011 at 8:39 AM, TreKing <[email protected]> wrote: > >> On Mon, Jun 27, 2011 at 10:18 PM, James Wright <[email protected]>wrote: >> >>> From logcat I can see that the game gets a NullPointerException >>> in OnCreate when it tries to read the bundle. >>> >> >> So what's NULL? >> >> >> ------------------------------------------------------------------------------------------------- >> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago >> transit tracking app for Android-powered devices >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

