android - 亚行 shell : telnet command doesn't work

标签 android shell gps emulation adb

我想学习如何在 Android 设备中模拟位置并开发基于位置的应用程序。我的问题是,当我在命令提示符下说 adb shell 时,它让我使用 # 符号进入模拟器。

问题从这里开始

当我输入 telnet localhost 5554 来远程登录设备时,它说 telnet: not found

可能是什么问题??我做错了什么吗?

最佳答案

您不必使用 adb 远程登录。只需使用普通的命令行窗口输入 telnet localhost 5554 - 但之前不要输入 adb!

关于android - 亚行 shell : telnet command doesn't work,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6430143/

相关文章:

linux - shell脚本重命名文件夹中的文件保持顺序

android - 如何从 Android 中的 GPS 获得最准确的速度

android - 为什么 Android GPS-Fix 会相差 200 毫秒?

android - Android服务错误处理

android - 我如何使用谷歌地图 android api 过滤器搜索餐馆?

linux - 我可以更改 Linux cut 命令的输出字段的顺序吗?

Android:检测用户是否在公共(public)汽车/火车/电车/等上

android - 如何使用 lintOptions 在 gradle 上禁用 'contentDescription' 警告?

android - 无法验证用作 NDEF 标签的 MIFARE Classic 标签

linux - 为什么这个用于匹配数字的 sed 命令不起作用?