开发者

Web Browser in Android Emulator not Working

For some reason I can't connect to the web using the browse开发者_如何学Cr on my Android 2.3.3 emulator.. Are there any setting that I must set up first before I try this or am I missing something?

Thank in advance!


If you use Eclipse you must do next:

  1. Go to Window-->Preferences
  2. Check in Android-->Launch

In Default Emulato Options type "-dns-server 8.8.8.8,8.8.4.4" (without quots)

Or start Emulator from command line. Next will be Linux commands:

emulator -avd google_8_api -dns-server 8.8.8.8 -scale auto -dpi-device 195

Hope, it helps you

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜