0

I use Windows 7 and my emulator that is not connecting to the internet. No browser opens to any link. I need to make my emulator to run web applications. I have given already the internet permission into the manifest tag. Also i have disabled and enabled my LAN connection. After doing this, i got my emulator once connected to the internet. there after it is not getting connected.

Pattabi Raman
  • 5,814
  • 10
  • 39
  • 60

2 Answers2

1

Configure the dns might work. I changed it to Google's dns server.

This is how I did it:

Eclipse: Window -> Preferences -> Android -> Launch

Default emulator options: -dns-server 8.8.8.8:55 ,8.8.4.4:55

Joanne
  • 1,226
  • 13
  • 15
1

you need to restart/re-launch your emulator every time if your internet get disconnected.

Padma Kumar
  • 19,893
  • 17
  • 73
  • 130
pankajagarwal
  • 13,462
  • 14
  • 54
  • 65