Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试了解 android 模拟器网络的基础知识。我找到了这个模拟器的详细信息。
它要求执行这些命令:
Que:所以我怀疑我在哪里输入这些命令?
使用普通的命令行窗口输入telnet localhost 5554
telnet localhost 5554
您必须首先检查您的 PC 上是否激活了 telnet 客户端:
在窗口中:
检查此链接打开-telnet-in-windows-7
在 ubuntu 中通过以下方式安装它:
$ sudo apt-get install telnet
你也必须先运行你的模拟器!!希望对你有帮助