Another way to debug this is: Run your code in the emulator, and run a tcp/ip protocol sniffer on the host computer at the same time (WireShark, etc.)
See if any traffic is getting to the server at all, and what it sends to the client. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 14.11.2010 21:13 пользователь "Frank Weiss" <[email protected]> написал: I suppose I'm a bit rusty on socket networking, since I've been using mostly HTTP, but let's give it a try. It would be very helpful to determine if the server is actually sending a response. But some possible problems: After the output.println, perhaps it's necessary to flush the output buffer. -- You received this message because you are subscribed to the Google Groups "Android Develop... -- 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

