This is a tricky error.  I've seen this a lot on my own programs.

There is no way to help you unless the source  is available.  Try to  run
the program in debug mode on the device.  It will usually break at the point
of the null pointer exception.

It is most likely because the acidity thread got executed before you had a
chance to initialize the object that is being used.

On Aug 9, 2010 6:30 PM, "HIRAK" <[email protected]> wrote:
> This is the stacktrace I received, when I published the app.
> Now, nowhere in the stacktrace, my classes are mentioned.
> So I am not able to understand, where the code is breaking.
> So I thought, if anybody can give me some hint, about how to go
> forward with solving this issue.
>
>
>
> On Aug 8, 2:52 am, TreKing <[email protected]> wrote:
>> On Sat, Aug 7, 2010 at 5:22 PM, HIRAK <[email protected]> wrote:
>> > Could somebody please help me?
>>
>> I'm sorry, but how exactly do you expect people to help you?
>> That stack trace you posted shows nothing other than the obvious fact
that
>> you have a NullPointer somewhere.
>> We know nothing about your app or what is causing your error. If you
don't
>> know what the problem is, how would we?
>>
>>
---------------------------------------------------------------------------
----------------------
>> 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]<android-developers%[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

Reply via email to