redirect emulator port (socket programming)

pouyan

enter image description hereI know that my question is Repetitive , but My problem does not solved . i'm working on android chat app(socket programming) and I try to test it on emulator , so I need to redirect port of emulator . I search so much but i was not success on redirecting port . is there any one to help me step by step? in fact my problem is that i cant use telnet localhost 5554 .

user908627

You can use adb to forward ports: http://developer.android.com/tools/help/adb.html#forwardports

This allows you to forward a local TCP port to a TCP port on the device. You can then telnet into that port

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related