与多个模拟器进行通信

发布于 2024-09-30 19:17:45 字数 118 浏览 3 评论 0原文

我想在一个 Android 应用程序上创建一个 http 服务器并从另一个模拟器获取其内容。

除了 http 协议之外,还有其他网络 API + 示例代码可以让我从一个模拟器连接到另一个模拟器并获取内容吗?

I want to make an http server on one android application and get its contents from another emulator.

Also other than http protocol, is there any other networking API + sample code that someone give me to connect and get content from one emulator to another?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

音栖息无 2024-10-07 19:17:45

模拟器位于虚拟路由器后面。为了使其可以被外界(包括其他模拟器)访问,您需要配置 网络重定向(基本上是端口转发)

Emulator is behind a virtual router. To make it accessible to the outside world (including other emulators) you need to configure Network Redirections (basically port forwarding)

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