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 problem.
What I tried?
1)http://www.philosophicalhacker.com/2014/10/02/an-alternative-multiproject-setup-for-android-studio/
-It is a lengthy manual process and Android Studio does not support it directly
2)Modules
-It adds modules in existing project
Please Help me.I am quite new in android studio.