Friday, August 19, 2011

[android-developers] Re: App Crash during HTTP Post

On Thursday, August 18, 2011 2:30:43 AM UTC-4, perumal316 wrote:
I checked the logcat, it is showing:

ERROR/AndroidRuntime(10335): FATAL EXCEPTION: main
ERROR/AndroidRuntime(10335): java.lang.NullPointerException

You need to look through the next series of lines for a "Caused by" and then a second series of "at" lines.  Find the first one is part of your project and look at what you are doing on that line.  Something on that line of code is unexpectedly null.  Figure out why, and/or check to see if it is null, and if so handle that intelligently.

 

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment