与多个模拟器进行通信
我想在一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
模拟器位于虚拟路由器后面。为了使其可以被外界(包括其他模拟器)访问,您需要配置 网络重定向(基本上是端口转发)
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)