Hi Folks, I have a strange issue and would appreciate if someone can take a quick look. I'm probably missing here something fundamental.
I'm trying to run 2 emulators. 1 with TCP Server application, listening on localhost:4444, and the other emulator, running a client, trying to connect to the first emulator running the server. For the Server-emulator, I've created a port forwarding from 4444 ---> 4444 Telnet to localhost 4444 works just fine, and the server accept connections. However, trying to connect to the same server with the other emulator (on the same machine), fails with: IOException java.net.ConnectException: 127.0.0.1/127.0.0.1:4444 - Connection refused Trying to connect to a different real IP outside the local machine, works just fine. Any idea why I'm having such an issue? Is there anything I need to setup on the client side emulator to make is work? Maybe it has something to do with loading 2 emulators on the same machine? Do I need to load the second emulator with some special params? Working with recent M5 SDK, on Linux, Fedora 6. Thanks in advance, Kobi. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

