Hi! I am also facing some problems with running multiple Eclipses with ADT on the same server(Ubuntu 9.10 64-bit). But the problems come when we want to debug applications on different Emulators. It seems as though it is not possible to couple a specific emulator instance to a specific Eclipse instance. Did you get it to work?
BR Ingemar On Dec 11 2009, 2:59 am, pskr <[email protected]> wrote: > I think I figured it out. I am not getting that error anymore, but I > am yet to debug. The DDMS preferences thru eclipse does not allow > changing the debug port. So, I had to go and manually edit these. > open workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/ > com.android.ide.eclipse.ddms.prefs > and add > com.android.ide.eclipse.ddms.addDebugBasePort=9700 (or what ever port > you want to use) > Save it and restart eclipse. > > I figured this by launching the ddms from the eclair/out/host/linux- > x86/bin/ and editing preferences there. It stores in ~/.android/ > ddms.cfg. I compared this with the one in eclipse (workspace/..) > > On Dec 10, 7:06 pm, pskr <[email protected]> wrote: > > > Hi, > > We have a fast and powerful machine(Ubuntu 64bit) and we are > > sharing it for Android development. But when running multiple eclipse > > (with ADT) instances (by multiple users), we are getting the > > following error: > > > Could not open Selected VM debug port (8700). Make you do not have > > another instance of DDMS or of the eclipse plugin running. If it is > > being used by something else, choose a new port number in the > > preferences. > > > And some of the process names are not shown. It shows a bug with red- > > circle and a question mark instead. > > > I tried to change the port number under windows-preferences-Android- > > DDMS-Base local debugger port to 8800, etc. but it does not seem to > > help. (closed and reopened eclipse) > > > I ignored this, selected the process and it shows 8607/8700 (I found > > the process ID I want to debug using adb shell, ps) > > > And then I tried debugging this. It throws "failed to connect to > > remote VM" > > > Is it just not possible for multiple developers to debug different > > Android applications using multiple eclipse instances at the same > > time? If it is possible, can somebody please tell how we can do that? > > > BTW, it did not allow me to launch emulator, while somebody else is > > running one. I had to change permission to /tmp/android folder. > > -- 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

