简体   繁体   中英

How can I get internet on android emulator?

How can I get internet on android emulator? Now my emulator browser not working properly...

For ur emulator from home select go settings->wireless & network.click airplane mode. Make it disable by clicking again. (If airplane mode is active then u can see a airplane symbol in emulator top most bar.. otherwise an wireless symbol will appear.). If u have any wireless connection then u can go to Wi-Fi network options..

This is due to when you're on a wireless network, and also you have wired network card in your system. This issue occur when, emulator tries to obtain its DNS settings from wired network card card and it fails to get information. To solve this disable wired network card and try again.

I think that could be two of this cases:

1.- You did not insert the internet permission in the manifest:

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

2.- The configuration of the Network Connections in, for example, Eclipse, are wrong or lost. Please, review this post to know how to set it.

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