简体   繁体   中英

Android: How to connect my android emulator to the internet?

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.

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

如果您的互联网断开连接,您需要每次重启/重新启动您的模拟器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM