For emulator to computer (and outside world) see: http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking
To talk from the computer to the emulator you should set up a port forward and connect to the forwarded port on the development machine's loopback IP - the emulator does not create a dummy network interface in the hosting machine that can be accessed by ip address in the way that virtualbox/vmware/etc often do. On Oct 22, 10:33 am, chcat <[email protected]> wrote: > I am trying to test some udp networking between emulator and host and > I have a problem with setup. > I assigned address 10.0.2.14 to the host interface with 10.0.2.1 as > gateway.. Can't ping 10.0.2.15 from my host, neither can i ping > 10.0.2.14 from emulator. Ping from emulator to 10.0.2.2 works fine - I > can capture that ICMP traffic on the loopback interface of my host, so > ICMP works, but how can i create traffic from the host to emulator? > Can someone point me how to make it work? > Note: firewall on my host is disabled. > Thank you, > -V -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

