android - How to launch several instances of eclipse (multiple workspaces) and have ADT plugin working? -


i have problem eclipse , adt plugin when want launch several instances of eclipse.


what working (only 1 instance of eclipse)

i launch workspace android projects can debug , everything's fine.

i switch another 1 web projects , works.


what not working (two instances of eclipse)

the problem when launch these eclipse instance workspace, i've got following problem :

[2013-07-15 11:12:50 - ddmlib] established connection aborted software in host machine java.io.ioexception: established connection aborted software in host machine 

here problem : an established connection aborted software in host machine

i know how restart eclipse , solves problem when happens 1 instance. 2 instances of eclipse, doesn't solve problem @ all.


what want (one instance of eclipse adt working , 1 web projects)

i have 2 eclipse installations , launch 1 adt plugin installed , launch other 1 haven't installed adt, have 1 installed eclipse...

how solve problem ?

  • workspace configuration ?
  • eclipse configuration ?
  • adt configuration ?
  • anything else ?

if install adt plugin within 1 workspace, , ensure adt isn't installed in other workspace, can have instances open.

running 2 separate instances of eclipse different workspaces work poorly if both instances trying connect device through adb, because:

  1. the device state reflected in devices list may mismatched
  2. the debugger may not attach correct instance of eclipse, causing:
    • the app may remain displaying dialog reading "waiting debugger"
    • the debugger may detach while running

i've tried getting set well, , i'm afraid there isn't solution this.


Comments