I have been trying to understand the basics of android emulator networking. I found this Emulator details.
which asks to execute these commands :
- telnet localhost 5554
- redir add tcp:5000:6000
Que : So my doubt is that where do I exactly enter these commands??
use a normal command line window to type in
telnet localhost 5554you have to check first if telnet client is activated on your pc:
In windows:
check this link turn-on-telnet-in-windows-7
In ubuntu install it by:
You have to run your emulator first also!! hope this will help you