Reputation: 5854
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.
Upvotes: 0
Views: 857
Reputation: 1236
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
Upvotes: 1
Reputation: 13582
you need to restart/re-launch your emulator every time if your internet get disconnected.
Upvotes: 1