【发布时间】:2017-09-19 12:00:53
【问题描述】:
我想在 android studio 的终端上运行 telnet localhost 5554。 但是,当我这样做时,它会告诉我这个
Android Console: Authentication required
Android Console: type 'auth <auth_token>' to authenticate
Android Console: you can find your <auth_token> in
'C:\Users\Wajeeha Yasin\.emulator_console_auth_token'
我复制了令牌,当我输入它时
auth <my-token>
它说
Android Console: type 'help' for a list of commands
然后什么也没有发生。我仍然无法使用 telnet 命令
【问题讨论】:
标签: android authentication localhost telnet