3g connection on android emulator

自古美人都是妖i 提交于 2019-12-10 22:15:06

问题


I am trying out this sample application in http://android-er.blogspot.com/2012/03/search-woeid-from-httpqueryyahooapiscom.html.

Previously when I was trying out other sample app, I was able to access google map and internet.

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

In the emulator, I have also checked Settings-Mobile Networks-Data enabled-ticked.

In the manifest file, I have put in this " " .

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

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

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


回答1:


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

If that doesn't work, maybe you can try logging into the emulator shell with "adb shell" from the command line and pinging a website to get more clues into the error.



来源:https://stackoverflow.com/questions/10766377/3g-connection-on-android-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!