It looks like you are not familiar with Java. NullPointerException means that you have a reference to something that does not exist.
My advice: Learn some Java first then do this. On Tue, Jun 28, 2011 at 8:32 PM, gaara <[email protected]> wrote: > And what's that's means in this case !!! > Peace, > Gaara > > On Jun 28, 2:37 pm, Mark Murphy <[email protected]> wrote: > > 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/commonsguyhttp://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 > -- Raghav Sood http://www.raghavsood.com/ http://www.androidappcheck.com/ http://www.telstop.tel/ -- 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

