23

In Android Studio, I want to open another project, so I click File -> Open, but the original project has been closed.

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

Pang
  • 9,564
  • 146
  • 81
  • 122
xiadeye
  • 441
  • 1
  • 3
  • 8
  • possible duplicate of [Android - Studio How to open multiple project in single window?](http://stackoverflow.com/questions/16646114/android-studio-how-to-open-multiple-project-in-single-window) – Ahmad Sanie May 24 '15 at 05:23
  • Thanks, my question is little different and I have solved it. – xiadeye May 24 '15 at 05:31
  • This sound like a duplicate of [How do I run multiple instances of Android Studio](http://stackoverflow.com/questions/18299698/how-do-i-run-multiple-instances-of-android-studio). – not2qubit Apr 23 '17 at 08:35

2 Answers2

43

To open multiple projects simultaneously in Android Studio,
go to Settings > Appearance & Behavior > System Settings,
in the Project Opening section,
choose Open project in new window.

Screenshot for Settings in Android Studio

Pang
  • 9,564
  • 146
  • 81
  • 122
Alvaro Rodriguez Scelza
  • 3,643
  • 2
  • 32
  • 47
8

Umh,I have solved my question. First,I try to click the File->Find Action and search 'open new project'.Then I find a result and enter the settings window:Project opening.(So sad I have no reputation to post a picture) Select the first check box.

xiadeye
  • 441
  • 1
  • 3
  • 8