2

For some time now, the emulator I'm currently using has refused to be connected to the net. Now, the PC is connected via WiFi and is browsing. Initially I thought that since my PC is connected then the emulator should be, but this is not happening.

I have also switched on the WiFi in the emulator but it is not seeing my hotspot. Don't know why though physical devices can see same hotspot.

Please How do I connect the emulator to the internet.

Android Studio version is 2.11

AVD Details

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
Roseyk
  • 97
  • 9

1 Answers1

-1

add this to your manifest

  <uses-permission android:name="android.permission.INTERNET"/>
Nenco
  • 241
  • 4
  • 13