I am creating a server client application and testing it the following way:
Server (Port 1234) on emulator adb forward tcp:9999 tcp:1234 < network redirection localhost (9999) to emulator (1234) > Client 127.0.0.1 (Port 9999) on localhost Here the application is running successfully. Now I am trying to connect to the same Server application on emulator from the same client application but from some other system. Server (Port 1234) on emulator adb forward tcp:9999 tcp:1234 < network redirection localhost (9999) to emulator (1234) > Client 10.225.123.123 (Port 9999) < where 10.225.123.123 is the ip of the host machine on which emulator is running > But this case it fails. Any help is appreciable. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this group, send email to android-framework+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---