How can I open multiple projects in single window (in Tabs) in android studio as in Eclipse?. When I am going to make a new project, then new projects will be opened in a new window. I want to open the projects like Eclipse.
Asked
Active
Viewed 1,500 times
0
-
1possible duplicate of [Having multiple projects in tabs like Eclipse? \[IntelliJ\]](http://stackoverflow.com/questions/19350723/having-multiple-projects-in-tabs-like-eclipse-intellij) – MartinTeeVarga Aug 16 '15 at 07:36
-
And don't forget to accept if my answer works for your issue :-) – BNK Aug 16 '15 at 13:25
1 Answers
1

BNK
- 23,994
- 8
- 77
- 87
-
1But this close the current and open the new project. it doesn't add it as a second tab to the IDE. `Android Studio Giraffe | 2022.3.1` – Dr.jacky Aug 11 '23 at 06:45
-
@Dr.jacky hello bro, sorry I have not used this for a long time, so cannot answer you anymore – BNK Aug 14 '23 at 01:24
-
The solution is when the projects are open separately, through one of the windows, click on `Window` -> `Merge All Project Windows` – Dr.jacky Aug 14 '23 at 18:53