android 2.2 模拟器 -- 无法加载 Wi-Fi 驱动程序
我无法连接我的模拟器 - 目标:Android 2.2 - 连接到我知道工作正常的家庭 WiFi。 (几个月前也能够做到这一点。)模拟器在开始屏幕的右上角显示“(无服务)”。 LogCat 显示:
10-26 05:53:16.531: INFO/WifiService(60): WifiService 在禁用 Wi-Fi 的情况下启动
...
10-26 05:57:44.963: 错误/WifiService(60): 无法加载 Wi-Fi 驱动程序。
已尝试运行开发工具>连接性>启用Wifi,但只看到另一个“无法在LogCat中加载Wi-Fi驱动程序条目。
但是模拟器 - 目标:平台2.1-update1上的GoogleAPI - 在右上角显示“Android”,并且似乎连接到同一个家庭wifi 模拟器在我的 Windows XP 笔记本电脑上运行。
好的,Eclipse和 化学发光
I can't connect my emulator -- Target: Android 2.2 -- to connect to my home wifi that I know works ok. (Had also been able to do that a couple of months ago.) The emulator displays "(No Service)" on top right of start screen. LogCat shows:
10-26 05:53:16.531: INFO/WifiService(60): WifiService starting up with Wi-Fi disabled
...
10-26 05:57:44.963: ERROR/WifiService(60): Failed to load Wi-Fi driver.
Have tried running Dev Tools > Connectivity > Enable Wifi, but only see another "Failed to load Wi-Fi driver entry in LogCat.
But emulator -- Target: GoogleAPIs on Platform 2.1-update1 -- displays "Android" on top right, and seems to connect to the same home wifi fine. Eclipse and emulator run on my Windows XP laptop.
Appreciate any insights...
CL
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
模拟器将进行联网,但 wifi 由于无法访问主机硬件而无法加载驱动程序。
您需要本地测试 wifi 代码。
The emulator will do networking, but the wifi doesn't load a driver due to not being able to access the host hardware.
You need to test wifi code natively.
当我尝试从模拟器执行 WiFi 扫描时,我也遇到了这样的问题。然而,当我尝试在我的物理设备上运行该程序时,没有遇到这样的问题。
I also encounter such problem when trying to perform WiFi scanning from the emulator. However when i tried running the program on my physical device, no such problem encountered.