模拟器中的 Android 无线适配器支持
我需要重新配置无线适配器才能通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该模拟器不模拟任何形式的 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.