Android Emulator - No internet connectivity(Android 模拟器 - 没有互联网连接)
问题描述
我知道有几个关于这个问题的帖子,但是我相信我的问题有点不同:
I know that there are several threads posted about this issue, however I believe my problem to be a bit different:
我的 Android 模拟器正常工作(使用 Eclipse 插件).我可以启动模拟器,运行应用程序,这些应用程序将能够连接到我的计算机互联网.然后我更新了 Android SDK(因为我想在 2.2 上试用我的应用程序).自更新以来,模拟器将无法连接到互联网.如果我去浏览器,页面将不会显示.我已经尝试了一切 - 恢复到 2.1 SDK,甚至完全重新安装 Eclipse + Android,问题仍然存在.
I had my Android emulator working without any problems (using Eclipse plugin). I could start the emulator, run applications, and those apps would be able to connect to my computers internet. I then updated the Android SDK's (as I wanted to try out my application on 2.2). Since the update, the emulator will not connect to the internet. If I go to the browser, the page will not be displayed. I have tried everything - reverting back to the 2.1 SDK, even completely reinstalling Eclipse + Android, and the issue still remains.
我知道我没有防火墙/代理类型问题.这可能是什么原因造成的?有没有人有任何想法?我将不胜感激...
I know that I have no firewall/proxy type issues. What could be causing this? Does anyone have any ideas? I'd greatly appreciate it...
谢谢!
推荐答案
我的问题的答案:
升级到 SDK 2.3 - 现在没有模拟器连通性
应该有帮助
特别是它似乎不喜欢设置了'自动获取 DNS'的系统.我将其更改为手动设置为诺顿的公共 DNS,并且模拟器浏览器直接运行"
这篇关于Android 模拟器 - 没有互联网连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 模拟器 - 没有互联网连接


基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01