How can I connect my Android emulator to the internet, e.g. to use the browser? I\'ve found lots of advice on what do to when your connected through a proxy, but that\'s not
In eclipse go to DDMS
under DDMS select Emulator Control ,which contains Telephony Status in telephony status contain data -->select Home , this will enable your internet connection ,if you want disable internet connection for Emulator then --->select None
(Note: This will enable internet connections only if you PC/laptop on which you are running your eclipse have active internet connections.)
Within the Android emulator, turning Airplane Mode on, then off again worked for me.
If you're on MacOS with 2.2 and you keep seeing an error about data connectivity, try the above, it works.
It starts working at the office. Phew.
I had the same problem on my virtual windows 7.
hope it's helpful thanks to
In my case I just had to launch the Android virtual device (AVD) from the "Android SDK and AVD Manager", and it was working
I also experienced the same problem. The simplest solution I found out is:
emulator -list-avds
to see available emulator names.emulator -avd name-of-your-device -netdelay none -netspeed full
-dns-server 8.8.8.8
command and press enter.