Re: [android-developers] How to estabilish TCP communication between emulators

2010-01-25 Thread David Turner
See the documentation at http://developer.android.com/guide/developing/tools/emulator.html#connecting On Mon, Jan 25, 2010 at 5:52 AM, saikiran n wrote: > Hi > I have developed an application my pc as server and android as client. > I am successfully run it. > Now i have opened two emulators and

Re: [android-developers] How to estabilish TCP communication between emulators

2010-01-25 Thread swapnil kamble
Run your server on some VM.. I did that only On Mon, Jan 25, 2010 at 7:22 PM, saikiran n wrote: > Hi > I have developed an application my pc as server and android as client. > I am successfully run it. > Now i have opened two emulators and i made necessary redirection to > communicate those two

[android-developers] How to estabilish TCP communication between emulators

2010-01-25 Thread saikiran n
Hi I have developed an application my pc as server and android as client. I am successfully run it. Now i have opened two emulators and i made necessary redirection to communicate those two emulators. my emulators port are 5554 and 5556 Now my question is i want to run server on 5554 and client on