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:
- Go to Window-->Preferences
- 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
精彩评论