[android-developers] Emulator networking problem

2012-02-24 Thread Robokop
Hi guys, I need to create the data connection between two android emulators running one on machine. I am not sure, but it probably should look like this: //server start adb devices adb -s emulator-5554 kill-server adb -s emulator-5554 start-server 10.0.2.15:5580 //redirection telnet

[android-developers] Re: Emulator networking problem

2012-02-24 Thread Robokop
Someone help? please? I really need to know how to do it it is a part of my bachelor work :( -- 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

[android-developers] Re: How to interconnect two Android emulators

2012-02-21 Thread Robokop
Thanx, but I've probably explained it in a wrong way. I need to create the data connection between two android emulators running one machine. I am not sure, that's why I need help, but it probably should look like this: //server start adb devices adb -s emulator-5554 kill-server adb -s

[android-developers] How to interconnect two Android emulators

2012-02-15 Thread Robokop
I have a question for you because I am new in Android programming I am not quite sure how to interconnect two emulator instances.I found link where it's explained but it's not very comprehensible to me ( http://developer.android.com/guide/developing/devices/emulator.html#connecting ). I don't