Here it goes.
There are two emulator instances say A and B on same machine that is connected to internet. Now I need to transfer a file between A and B. How do I do that ?
I writing a ftp might make sense .. but am not sure of how the ports and ips would be. are there any thing that Android supports for easy file transfer ? (Should work between emulators)
It would be great to know all the ways to do it.. Thanks
How to communicate between two Android emulators is explained in http://developer.android.com/guide/developing/devices/emulator.html:
Hope it helps!