No, it's not "related to Android", there is a bug in *your* code.

package com.example.android;

class AnotherOne extends Activity {

        @Override
        public void onCreate(Bundle savedInstanceState) {

        // line 43: someObject is null
        someObject.someMethod();

        }
}

-- Kostya

28.06.2011 19:09, gaara пишет:
oww my question is not what that means but if it could be related to
Android that's what i want to know even if thanks for the remarque

On Jun 28, 2:37 pm, Mark Murphy<mmur...@commonsware.com>  wrote:
On Tue, Jun 28, 2011 at 10:32 AM, gaara<amellal.kamili...@gmail.com>  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!

--
Kostya Vasilyev

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to