0

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.

Karthik
  • 4,950
  • 6
  • 35
  • 65
Kapil Dev
  • 1
  • 2
  • 1
    possible 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 Answers1

1

Do you mean like the following ?

Android Studio Settings

BNK
  • 23,994
  • 8
  • 77
  • 87
  • 1
    But 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