ruben wrote: > *details. details, details* I run android-em, but when querying web > browser I get the message ‘network error – unknown host’ --the same > problem with google maps. > > *similar issues* I have gone through some posts for finding a > solution. best thing I found was entitled something like ‘a note on > DNS resolution…’ (according to this, emulator only sees and uses a > single DNS server). I changed order of DNS entries in my network > configuration but it didn’t work; however, I could access a website by > just writing its IP address :)
I can tell you the emulator is resolving domain names for me just fine here. I use OpenDNS for DNS resolution. Some ideas: -- Try switching to OpenDNS or some other public DNS server to see if that helps -- Is there anything unusual about your network (e.g., your current DNS server has a MAC-address-sniffing filter that the emulator might be tripping over)? -- Are you testing this using the built-in browser activity, or through your own activity? If the latter, try testing the built-in browser activity to confirm it's not somehow something with your code. -- Mark Murphy (a Commons Guy) http://commonsware.com The Busy Coder's Guide to Android Development -- coming in June 2008! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

