adb shell:telnet 命令不起作用
我想学习如何在 Android 设备中模拟位置并开发基于位置的应用程序。我的问题是,当我在命令提示符中说 adb shell 时,它允许我使用 # 符号进入模拟器。
问题从这里开始
当我输入 telnet localhost 5554 来远程登录设备时,它显示 telnet: not find
可能是什么问题?我做错了什么吗?
i want to learn how to mock up location in android device and develop a location based app. My problem is when I say adb shell in the command prompt it lets me go into the emulator with # symbol.
problem starts here
When I enter telnet localhost 5554 to telnet the device it says telnet: not found
what could be the problem?? am I doing something wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不必使用 adb 进行 telnet。只需使用普通的命令行窗口输入 telnet localhost 5554 - 但之前不要输入 adb!
you don't have to telnet with adb. Just use a normal command line window to type in telnet localhost 5554 - but don't enter adb before!
你没有安装telnet。
在 ubuntu 中通过以下方式安装:
You don't have telnet installed.
In ubuntu install it by: