Android Emulator Interconnection

  • Replies:2
Robert Kozlovsky
  • Forum posts: 2

Feb 27, 2012, 10:35:18 AM via Website

Hi guys i have a question how can i interconnect two android emulator instances and how can i test if the connection is successful? After interconnection i want to use it with socket programming.

Android developers page says:

Set up the server on B, listening to 10.0.2.15:<serverPort>
On B's console, set up a redirection from A:localhost:<localPort> to B:10.0.2.15:<serverPort>
On C, have the client connect to 10.0.2.2:<localPort>

But I don't understand how and where can I set it up.
Please help me.

Reply
Eric McBride
  • Forum posts: 1,790

Feb 27, 2012, 2:04:37 PM via Website

Im not a dev, so unfortunately I cant help, but I would suggest posting this over at XDA Developers, as Im sure theres someone there who could help you.

Reply
Robert Kozlovsky
  • Forum posts: 2

Feb 28, 2012, 12:56:00 AM via Website

Ok I'll try the XDA developers forum thanks a lot.

Reply