Hi I've started android emulator app and trying to open from embeded browser locally started web-site, but local dns name (from /etc/hosts) is not resolved. Is there any option to enable local resolving?
A:
You should specify your local ip address in browser, something like 192.168.xx.xx
Fedor
2010-07-14 06:19:50
i have dev. site on 127.0.0.1 - tried with domain name and ip 127.0.0.1 - emulator does not resolving any of both.
Alexey Poimtsev
2010-07-14 18:41:59
it looks like emulator uses preconfigured dns server and ignoring any local sites :(
Alexey Poimtsev
2010-07-14 18:42:57
Exactly. I also hav dev site on 127.0.0.1. Emulator can't connect to 127.0.0.1. That's why I just specify my local ip like that 192.168.xx.xx. This way emulator connects to my dev site correctly.
Fedor
2010-07-14 23:17:17