There is a null pointer exception somewhere in your async tasks's doInBackground. I'm guessing it's the "in" - input stream.

And you don't need those runnables and a thread - AsyncTask handles all of that for you.

-- K

On 02/25/2012 02:08 AM, IS SOA wrote:
02-24 17:01:00.641: E/AndroidRuntime(426): Caused by:
java.lang.NullPointerException
02-24 17:01:00.641: E/AndroidRuntime(426):      at net.issoa.issoa.main
$loadSomeStuff.doInBackground(main.java:128)
02-24 17:01:00.641: E/AndroidRuntime(426):      at net.issoa.issoa.main
$loadSomeStuff.doInBackground(main.java:1)
02-24 17:01:00.641: E/AndroidRuntime(426):      at android.os.AsyncTask
$2.call(AsyncTask.java:185)

--
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