Android emulator可以';我无法连接到互联网

Android emulator可以';我无法连接到互联网,android,dns,emulation,android-browser,internet-connection,Android,Dns,Emulation,Android Browser,Internet Connection,我正在运行Mac OS(10.10.5),通过WIFI连接到互联网,并安装了Android SDK、Genymotion、BlueStacks和Xamarin。在每个模拟器上,我都有同样的问题——我打开Android浏览器,无法连接到任何网页。我尝试从命令行运行emulator,并将DNS服务器设置为8.8.8.8,但没有成功: ./emulator -avd nexus9-4_4 -dns-server 8.8.8.8 有什么建议吗?我只是希望能够在Android设备上轻松测试网页。谢谢

我正在运行Mac OS(10.10.5),通过WIFI连接到互联网,并安装了Android SDK、Genymotion、BlueStacks和Xamarin。在每个模拟器上,我都有同样的问题——我打开Android浏览器,无法连接到任何网页。我尝试从命令行运行emulator,并将DNS服务器设置为8.8.8.8,但没有成功:

./emulator -avd nexus9-4_4 -dns-server 8.8.8.8
有什么建议吗?我只是希望能够在Android设备上轻松测试网页。谢谢