android 2.2 模拟器 -- 无法加载 Wi-Fi 驱动程序

发布于 2024-09-29 05:57:06 字数 487 浏览 5 评论 0原文

我无法连接我的模拟器 - 目标: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 技术交流群。

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

发布评论

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

评论(2

﹏雨一样淡蓝的深情 2024-10-06 05:57:06

模拟器将进行联网,但 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.

清旖 2024-10-06 05:57:06

当我尝试从模拟器执行 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.

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