Basically you cannot do that. DDMS connects to the emulator through adb. adb connects to all running emulators, and will make them available to the first DDMS.
upon launching DDMS A, it will connect to all available emulators, making it impossible for a 2nd DDMS/Eclipse to connect to them. Xav On Sat, May 16, 2009 at 5:33 AM, gan <[email protected]> wrote: > > Hi: > > Not sure if anyone has same problem: > > When one person debugging android application on a PC, > emulator-5554 <===> DDMS A <===> Eclipse A > can communicate well. > > When the second person want to debug application on another emulator > on the same PC > emulator-5556 <===> DDMS B <====> Eclipse B > > The DDMS B can't communicate to emulator-5556 rightly. > Seems emulator-5554 and emulator-5556 both controlled by DDMS A > > How to resolve this problem? > > Thanks > gan > > > -- Xavier Ducrohet Android Developer Tools Engineer Google Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

