How to open two or more projects at the same time in Android Studio?

In Android Studio, I want to open another project, so I click File β†’ Open, but the original project was closed.

What should I do to open two projects at the same time?

+6
source share
2 answers

To open multiple projects at once in Android Studio,
go to Settings> Appearance and Behavior> System Settings ,
in the section Opening a project ,
select Open project in a new window .

Screenshot for settings in Android Studio

+5
source

Um, I solved my question. First, I try to click File-> Find Action and search for β€œopen a new project”. Then I find the result and enter the settings window: "Opening the project." (So ​​sad that I have no reputation to post the image) Check the first box.

+3
source

Source: https://habr.com/ru/post/987812/


All Articles