I have following problem: I am working on many different apps more or less at the same time (switching between apps every couple of hours). Each of them is using its own packaged (git submodule) action bar sherlock. In order to compile and run each app, I have to make sure the library project is opened in eclipse.
Now eclipse only allows to have one instance of a project opened. So my workaround to compile an app is:
- deleting the action bar sherlock project (which belongs to another app)
- importing the action bar sherlock project (which belongs to this app)
- build & run
Is there a more convenient way of doing this?