On Fri, Apr 16, 2010 at 12:54 AM, SREEHARI <[email protected] > wrote:
> Hi TreKing, Sorry I dint get u > My point is this: you have a null pointer exception. You showed exactly which line the exception happens on. In that line there is exactly one object you are using that could be null - "locationMgr". Therefore, your problem is that locationMgr is null so your task is to step through your code, using your debugger, and find out why. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

