adb shell:telnet 命令不起作用

发布于 2024-11-16 18:29:16 字数 195 浏览 1 评论 0原文

我想学习如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

想你只要分分秒秒 2024-11-23 18:29:16

您不必使用 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!

不知在何时 2024-11-23 18:29:16

你没有安装telnet。

在 ubuntu 中通过以下方式安装:

$ sudo apt-get install telnet

You don't have telnet installed.

In ubuntu install it by:

$ sudo apt-get install telnet
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文