Hi
I am trying to set up a Serversocket on the android emulator and connect to that through a remote machine. I have done the port forwarding from localhost to the emulator using adb forward and 'redir add' both. The connection is successful if I run both the emulator and the client on the same computer...but doesn't work if I run the client on a different machine. I have tried stcppipe but it didnt help.
Thanks in advance for any help on this.