3g for Android emulator

I am testing this sample app at http://android-er.blogspot.com/2012/03/search-woeid-from-httpqueryyahooapiscom.html .

Earlier when I tested another example application I was able to access google map and internet.

However, I'm not sure what is causing my 3g connection in the android emulator to show X now.

In the emulator, I also checked "Settings" - "Mobile networks" - "Data enabled".

In the manifest file, I entered this "".

I even reinstalled my Eclipese and Android SDK to see if that helps.

I am currently using Eclipse Version: 3.7.2 and Android SDK 4.03

Can someone please advise me on what I can do to connect to 3g in the emulator?

+2


source to share


1 answer


Have you tried pressing F8 while the emulator is open? It should enable / disable networking ( http://developer.android.com/guide/developing/tools/emulator.html#KeyMapping ).



If that doesn't work, perhaps you can try entering the emulator shell using the "adb shell" from the command line and ping the site to get more details about the error.

+2


source







All Articles