Hi, I'm new to Android programming and does not like Android Emulator networking very much!
I have read SDK documentation regarding emulator networking and some worthy tutorials on this site. But I have yet to find a way to send a message (UDP packet) from a host PC application to an android applciation. Is this not possible?
In the documentation it says, emulator is hidden behind a router. Is there anyway I can view activities of these virtual routers. So I can verify whether the virtual router actually received a data packet sent by an application in host PC.
Isn't there anyway I can give the emulator a regular IP address and use it just like a virtual machine connected to my network?
(I need to do this on the official SDK without tampering with emulator images)
My OS is Windows (vista64). Using Android 1.0 r2.
Any help is appreciated and I found this site very helpful for me.



