将 UDP 数据包从 devmachine 发送到 AVD 模拟器

发布于 2024-12-03 18:44:40 字数 274 浏览 0 评论 0原文

如何将 UDP 数据包发送到 AVD 模拟器? 我尝试在 10.0.2.15(这是设备的本地 IP)上发送,但这不起作用。设备可以访问 devmachine 上的 Web 服务器(10.0.2.2 或其真实 IP),但 devmachine 无法向设备发送 UDP 数据包。

我该如何解决这个问题?

编辑:我已经定义了

How can I send UDP packets to the AVD emulator?
I tried to send on 10.0.2.15 (Which is the device's local IP) but that does not work. The device can reach the webserver (Either on 10.0.2.2 or its real IP) on the devmachine but the devmachine can't send UDP packets to the device.

How can I fix this?

edit: I have defined <uses-permission android:name="android.permission.INTERNET" />

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

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

发布评论

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

评论(1

╭ゆ眷念 2024-12-10 18:44:40

UDP 在 Android 模拟器上不起作用。使用真实的手机/平板电脑来测试 UDP。

UDP does not work on the Android Simulator. Use a real phone/tablet to test UDP.

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