如何在 android studio 中验证令牌?授权不被认可?
How to authenticate token in android studio? Auth not recognized?
我想在 android 工作室的终端 运行 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 命令
这通常意味着您现在已经通过身份验证。可以肯定的是,如果您获得有关电源功能和用法的文档,请尝试输入 "help power",那么您就已经准备就绪了。
我想在 android 工作室的终端 运行 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 命令
这通常意味着您现在已经通过身份验证。可以肯定的是,如果您获得有关电源功能和用法的文档,请尝试输入 "help power",那么您就已经准备就绪了。