开发者

I'm not able to connect to internet on Android Emulator, I'm using Tata Photon+(2g Mobile Broadband) device

I'm not able to connect to internet on Android Emulator, I'm using Tata Photon+ device.

I've disabled my all other connection like Lan and Wifi... Removed all other settings like other mobile, and other device dial-up settings.开发者_如何学编程

Please help me, how to connect to internet using android emulator.

My Emulator shows the 3g and signal icons correctly, there is no cross mark on it.


This might be because the emulator is not able to resolve the DNS

  1. Either start the emulator from command prompt like this -
    $:\Android\tools>emulator -avd -dns-server 8.8.8.8
    You should see a message like this - DNS server name '8.8.8.8' resolved to 8.8.8.8:55

OR

  1. In eclipse Run Configuration -> Select your application from LHS -> Targets tab on RHS -> Additional command line options textbox give -dns-server 8.8.8.8
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜