my machine is running window 7
i have running two android emulators AVD1 and AVD2
AVD1 is for server application and listening on ip 10.0.2.15 and port
8080
AVD2 is for client application and when it tries to connect with
server it gives exception on following line
Socket socket = new Socket("10.0.2.15",8080); unable to connect with
10.0.2.15
does any body can help me how can i conect two emulators
thanx in advance

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to