How can I get internet on android emulator? Now my emulator browser not working properly...
-
What do you mean by not working properly? – Andro Selva Aug 02 '12 at 05:52
-
possible duplicate of [how to connect android emulator to the internet](http://stackoverflow.com/questions/2039964/how-to-connect-android-emulator-to-the-internet) – John Carter Aug 02 '12 at 05:57
-
@Andro Selva, I can't get internet using emulator Browser. – Rovinsan Aug 02 '12 at 06:07
-
Can you see a 3g symbol at the top right corner of your emulator? If not, press f8 key in your keyboard. It toggles between internet on and off. – Andro Selva Aug 02 '12 at 06:14
-
http://stackoverflow.com/questions/2206822/no-internet-on-android-emulator-why-and-how-to-fix – Nibha Jain Aug 02 '12 at 06:38
-
@AndroSelva, I pressed F8, now I got 3G symbol; but still no use... – Rovinsan Aug 02 '12 at 07:53
-
Hi every one, please have a look this picture [link](http://i.imgur.com/P3PQ2.jpg?1) of my emulator. Thank you.... – Rovinsan Aug 02 '12 at 08:40
4 Answers
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..

- 625
- 6
- 14
-
If u have internet in the device i.e PC where u r running the emulator.. then it will get the connection form PC. That time u can just change the options through settings. – mainu Aug 02 '12 at 07:58
-
I tried this, but no use. I'm using a wireless network. Internet works fine in my laptop. ie I can connect to internet with the help of web-browser (Mozilla). Android emulator's browser is not connecting to internet. – Rovinsan Aug 02 '12 at 08:05
-
Hi every one, please have a look this picture **[link](http://i.imgur.com/P3PQ2.jpg?1)** of my emulator. Thank you.... – Rovinsan Aug 02 '12 at 08:41
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.

- 646
- 4
- 8
- 22
-
Yes, I'm using a wifi network to access internet. the problem is solved. – Rovinsan Mar 02 '13 at 17:50
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.
-
Thanks for your answer but, I'm not running any application project in my emulator. The thing is that, I just opened emulator by using AVD manager and click on browser icon in the menu. It's not connecting to internet..... – Rovinsan Aug 02 '12 at 06:29
-
Try to made a new virtual device and test if in the settings of the device are enabled the wireless connections. – Victor Aug 02 '12 at 06:36
-
Hi every one, please have a look this picture **[link](http://i.imgur.com/P3PQ2.jpg?1)** of my emulator. Thank you.... – Rovinsan Aug 02 '12 at 08:41