Can not use telnet localhost 5554 to connect Android emulator

Viewed 18685

I can't use the command telnet localhost 5554 to connect Android emulator. Always get this error:

Connecting To localhost...Could not open connection to the host, on port 5554: Connect failed

I even have all ports set to allow connections in both the inbound and outbound rules in Windows Firewall.

I am running Windows 7.

7 Answers

If "telnet localhost 5554" doesnt work, try using port 5037. Also ensure that the Emulator is running.

Related