It keeps crashing on SelectorImpl.wakeup (line:418) with a Null Pointer Exception. Even the sample code on Apache's web site crashes like this. I tried it on a 2.2 emulator, my Galaxy Tab running 2.2, and even a 2.0 and 2.1 emulator, targetting 2.0, 2.1, and 2.2... It crashes the same on all cases, just at a different line number, but same exception.
I tried this with both HttpCore 4.0 and 4.1 but the results are the same. >From what I can tell by googling this SelectorImpl, it looks like on wakeup it tries to write a byte to the sink, but I'm in the debugger, it says that sink and source are both null. I'm assuming it's null, becuase when the pipe was opened, it returned null, which from other googling, may have something to do with IPv6 support? I tried setting the properties to use IPv4, but that did nothing. But I thought that problem was limited to 2.2, becuase I tried it on 2.1 and 2.0, and got the same problem... This is very frustrating... Any help will be greatly appreciated! Thanks! -- 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

