I have a problem with eclipse
and ADT plugin
when I want to launch several instances of eclipse.
What is working (only one instance of eclipse)
I launch a workspace with my Android projects where I can debug and everything's fine.
I switch to another one with my Web projects and it also works.
What is not working (two instances of eclipse)
The problem is that when I launch these eclipse instance with another workspace, I've got the following problem :
[2013-07-15 11:12:50 - ddmlib] An established connection was aborted by the software in your host machine
java.io.IOException: An established connection was aborted by the software in your host machine
Here is the problem : An established connection was aborted by the software in your host machine
I know how to restart eclipse and it solves my problem when it happens with one instance. With two instances of eclipse, it doesn't solve the problem at all.
What I want (one instance of eclipse with ADT working AND another one with my Web Projects)
I could have two eclipse installations and launch one with ADT plugin installed and launch the other one where I haven't installed ADT, but I would like to have only one installed eclipse...
How to solve this problem ?
- workspace configuration ?
- eclipse configuration ?
- ADT configuration ?
- anything else ?