Android terminal--telnet missing commands, receiving this error : KO: unknown command, try 'help'
Android terminal--telnet missing commands, receiving this error : KO: unknown command, try 'help'
我正在尝试在模拟设备上设置坐标。
XXXX-MacBook-XXXXX XXXX$ telnet localhost 5554
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Android Console: Authentication required
Android Console: type 'auth <auth_token>' to authenticate
Android Console: you can find your <auth_token> in
'/Users/XXXXX/.emulator_console_auth_token'
OK
问题是...
geo fix 77.9888 34.0000
KO: unknown command, try 'help'
我好像没有地理命令
help
Android console command help:
help|h|? print a list of commands
auth use 'auth <auth_token>' to get extended functionality
avd control virtual device execution
quit|exit quit control session
try 'help <command>' for command-specific help
OK
事实上,我的大部分命令似乎都丢失了。
有谁知道为什么缺少命令?
您未通过身份验证。
获取/Users/XXXXX/.emulator_console_auth_token
的内容,OK提示后输入
auth <auth_token>
对于像我这样的业余爱好者,diego-torres-milano 意味着什么:
cat /Users/XXXXX/.emulator_console_auth_token
<copy the above contents - auth_token>
telnet localhost <portnumber> (mostly 5554)
auth auth_token
我正在尝试在模拟设备上设置坐标。
XXXX-MacBook-XXXXX XXXX$ telnet localhost 5554
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Android Console: Authentication required
Android Console: type 'auth <auth_token>' to authenticate
Android Console: you can find your <auth_token> in
'/Users/XXXXX/.emulator_console_auth_token'
OK
问题是...
geo fix 77.9888 34.0000
KO: unknown command, try 'help'
我好像没有地理命令
help
Android console command help:
help|h|? print a list of commands
auth use 'auth <auth_token>' to get extended functionality
avd control virtual device execution
quit|exit quit control session
try 'help <command>' for command-specific help
OK
事实上,我的大部分命令似乎都丢失了。
有谁知道为什么缺少命令?
您未通过身份验证。
获取/Users/XXXXX/.emulator_console_auth_token
的内容,OK提示后输入
auth <auth_token>
对于像我这样的业余爱好者,diego-torres-milano 意味着什么:
cat /Users/XXXXX/.emulator_console_auth_token
<copy the above contents - auth_token>
telnet localhost <portnumber> (mostly 5554)
auth auth_token