*> ..lots more E 243* Do you see the java.lang.NullPointerException? That is the problem causing the crash. Look for a "caused by" clause in the stack trace after this point. That usually references one of your files and gives a line number where the NullPointerException happened.
On Tue, Mar 1, 2011 at 10:26 AM, xoggoth <[email protected]> wrote: > Logcat when started when already in landscape and not in debug. Don't > think it adds much. > > 03-01 17:21:36.053: INFO/ActivityManager(52): Start proc > com.inverts.uk for activity com.inverts.uk/.InvertsUK: pid=243 > uid=10025 gids={1015} > 03-01 17:21:36.243: DEBUG/ddm-heap(243): Got feature list request > 03-01 17:21:36.933: DEBUG/AndroidRuntime(243): Shutting down VM > 03-01 17:21:36.933: WARN/dalvikvm(243): threadid=3: thread exiting > with uncaught exception (group=0x4001b188) > 03-01 17:21:36.943: ERROR/AndroidRuntime(243): Uncaught handler: > thread main exiting due to uncaught exception > 03-01 17:21:36.963: ERROR/AndroidRuntime(243): > java.lang.RuntimeException: Unable to start activity > ComponentInfo{com.inverts.uk/com.inverts.uk.InvertsUK}: > java.lang.NullPointerException > 03-01 17:21:36.963: ERROR/AndroidRuntime(243): at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java: > 2496) > ..lots more E 243 > > -- > 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

