On May 5, 11:25 am, Jags <jag...@gmail.com> wrote:
> I am trying to access internet through android emulator.
>
> I followed instructions from
>
> http://developer.android.com/guide/developing/tools/emulator.html#proxy
>
> and supplied same ip and port that i am using in my IE browser.
>
> Still public websites dont come up, like google.com.. my
> organisations' internal web pages come up properly though.
>
> What could be the problem ?

As far as I could figure out the Android Emulator still attempts to
resolve host names via DNS - even if a proxy is configured. That's
probably causing your issues in case your corporate DNS server does
not resolve 'external' host names.

Unfortunately, workarounds involving custom DNS servers do not seem to
work under Windows: -dns-server does not seem to work under Windows:
http://stackoverflow.com/questions/2676073/android-emulator-dns-server-usage

I have not yet had the time to look into the root cause (as I do most
Android development on Linux without any proxy requirements anyway).

Regards,
Thilo

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to