模拟器中的 Android 无线适配器支持

发布于 2024-12-27 21:08:54 字数 171 浏览 2 评论 0原文

我需要重新配置无线适配器才能通过 Android 手机设置临时网络。我需要一种在模拟器上测试它的方法,但我听说它不支持它,因此无法访问。我有什么办法可以做到吗?重新配置是在运行时由库文件通过执行低级命令来完成的。

简而言之,我需要一种使用 wifi adhoc 连接 2 个或更多 Android 虚拟设备的方法

I need to re configure wireless adaptor to setup an adhoc network over android phones. I need a way to test it on emulator but i have heard it doesnt has support to it hence cannot be accessed. Is there any way i can do it ? The reconfiguring is done at runtime by a library file by executing low level commands.

In simpler words i need a way to connect 2 or more android virtual devices using wifi adhoc

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

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

发布评论

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

评论(1

╰◇生如夏花灿烂 2025-01-03 21:08:54

该模拟器不模拟任何形式的 WiFi。它模拟通用的互联网连接。

此外,正如 Marvin 指出的那样,据我所知,除非在 root 硬件上,否则您无法使用 Android 进行 ad-hoc 模式。因此,您很可能需要购买两台可以root的设备。

The emulator does not emulate any form of WiFi. It emulates a generic Internet connection.

Moreover, as Marvin points out, AFAIK, you cannot do ad-hoc mode with Android except on rooted hardware. Hence, most likely, you will need to purchase two devices that you can root.

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