On Tue, Jun 28, 2011 at 10:32 AM, gaara <[email protected]> wrote: > that is an extract of my LogCat,
Here's the relevant part: 06-28 14:30:18.732: ERROR/AndroidRuntime(479): Caused by: java.lang.NullPointerException 06-28 14:30:18.732: ERROR/AndroidRuntime(479): at com.example.android.AnotherOne.onCreate(AnotherOne.java:43) You have a NullPointerException on line 43. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

