I created a library project in Android Studio (currently 0.5.2) by choosing File > New Project... > "Mark this project as a library" .

I have two other non-library projects that I would like to add to this library project.
-My Library -Project 1 (depends on My Library) -Project 2 (depends on My Library)
My goal is to maintain the independence of each project and avoid duplication of modules / code. How can this be done without copying the library module into other projects?
Update: Android Studio 0.6.0 allows you to import a module, but it just copies the module source to the project.
android-studio dependencies
Ryan r
source share