Android 2.1 模拟器 (Windows 7 x86) 中的互联网访问问题

发布于 2024-11-19 14:19:16 字数 207 浏览 3 评论 0原文

以前有人遇到过这个问题吗?

在Windows 7 x86中,

我创建了一个avd,目标是Android 2.1。

结果发现模拟器无法通过网络浏览器访问互联网。

但当目标是 Android 2.2 时它工作正常。 我尝试过设置代理。它只是在 Android 2.1 模拟器中不起作用。

Anyone got this problem before?

In Windows 7 x86,

I created an avd which the target is Android 2.1.

It turns out that the emulator can not access the internet through the web browser.

But it works fine when the target is Android 2.2.
I've tried to set the proxy. It just does not work in the Android 2.1 emulator.

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

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

发布评论

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

评论(1

欢你一世 2024-11-26 14:19:16
  1. <块引用>

    如果您已无线连接到互联网

    转到控制面板并禁用您的 LAN 卡

  2. 首页 >菜单>设置>无线控制>移动网络>接入点名称

    在那里配置

  3. 尝试创建一个全新的模拟器

  4. 尝试在“附加模拟器命令行”中添加以下参数
    Eclipse 中的“选项”(运行 -> 运行配置 -> 目标选项卡)

    -http-proxy http://ip:port -debug-proxy(ip=代理地址和
    port=代理的端口)

  1. If you are wirelessly connected to the internet

    Go to control panel and disable your LAN card

  2. Home > Menu > Settings > Wireless Controls > Mobile Networks > Access Point Names

    Configure there

  3. Try creating a brand new emulator

  4. Try adding the followings params in "Additional Emulator Command Line
    Option" in Eclipse (Run->Run Configuration -> Target Tab)

    -http-proxy http://ip:port -debug-proxy (ip=proxy address and
    port=proxy's port)

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