Create multiple projects in Android Studio
问题 What I want to do: Create Three android project in android studio 1)Common Project or Library Project(This is a independent project) 2)Project1 which uses library project 3)Project2 which uses library project What is the problem? It is easily possible in eclipse but not in android studio. I can't open three project in single window in android studio.I tried to achieve this using modules but it does not fit my requirement,it just add an module in existing project and has a circular dependency