View Single Post
  #1 (permalink)  
Old 02-27-2012, 05:27 AM
RobokopLg's Avatar
RobokopLg
Lurker
Offline
 
Join Date: Feb 2012
Posts: 1
Reputation: 0
RobokopLg is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Android Emulator Interconnection

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.

Last edited by RobokopLg; 02-27-2012 at 05:37 AM.
Reply With Quote