Mr. B
Mr. B

Reputation: 1

Android studio: telnet into emulator no longer working

I use Android studio on Linux Fedora. Yesterday I was able to use telnet to set up port forwarding (following these instructions: https://developer.android.com/studio/run/emulator-networking).

However as of today I can nog longer use telnet. What happens is the following:

telnet localhost 5555
Trying ::1...
Connected to localhost.
Escape character is '^]'.

As you can see the connection is established. But normally Android studio should ask to authenticate. But it doesn't. Nothing happens after this. Entering commands has no effect. Yet I didn't change anything configuration wise.

I'm certain that I'm connected to the Android studio emulator. I verified using nmap localhost and 5555 is the only viable open port. I have also tried erasing the .emulator_console_auth_token file but this had no effect. Android studio just recreated it.

Upvotes: 0

Views: 18

Answers (0)

Related Questions