为什么Android Studio中的模拟器拒绝连接到互联网?

时间:2016-06-05 16:16:46

标签: android android-studio android-emulator

一段时间以来,我目前正在使用的模拟器拒绝连接到网络。 现在,PC通过WiFi连接并正在浏览。最初我认为既然我的PC连接了,那么模拟器应该是,但这不会发生。

我还在模拟器中打开了WiFi,但它没有看到我的热点。不知道为什么物理设备可以看到相同的热点。

请如何将模拟器连接到互联网。

Android Studio版本为2.11

AVD详细信息

Name: Nexus_7_Inch

CPU/ABI: Google APIs Intel Atom (x86)

Path: C:\Users\RosyK\.android\avd\Nexus_7_Inch.avd

Target: google_apis [Google APIs] (API level 23)

Skin: nexus_7_2013

SD Card: 100M

hw.dPad: no

runtime.network.speed: full

hw.accelerometer: yes

hw.device.name: Nexus 7 2013

vm.heapSize: 64

hw.device.manufacturer: Google

hw.gps: yes

image.androidVersion.api: 23

hw.audioInput: yes

image.sysdir.1: system-images\android-23\google_apis\x86\

tag.id: google_apis

hw.camera.back: none

hw.mainKeys: no

AvdId: Nexus_7_Inch

hw.camera.front: none

hw.lcd.density: 320

runtime.scalefactor: auto

avd.ini.displayname: Nexus 7 Inch

hw.gpu.mode: auto

hw.device.hash2: MD5:47dc70fd92541dd16c19f9efa3e9db62

hw.ramSize: 1536

hw.trackBall: no

hw.battery: yes

hw.sdCard: yes

tag.display: Google APIs

runtime.network.latency: none

hw.keyboard: yes

hw.sensors.proximity: no

disk.dataPartition.size: 800M

hw.sensors.orientation: yes

avd.ini.encoding: UTF-8

hw.gpu.enabled: yes

1 个答案:

答案 0 :(得分:-1)

将此添加到您的清单

  <uses-permission android:name="android.permission.INTERNET"/>