Android 模拟器 - 没有互联网连接

Android Emulator - No internet connectivity(Android 模拟器 - 没有互联网连接)
本文介绍了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 模拟器 - 没有互联网连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)