views:

26

answers:

1

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
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
it looks like emulator uses preconfigured dns server and ignoring any local sites :(
Alexey Poimtsev
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