Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I run multiple instances of Android Studio

People also ask

How do I run multiple projects in Android Studio?

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.

Can you open multiple projects in a single studio?

Yes. According to the Eclipse to Intellij FAQ: - Projects in intellij = workspaces in eclipse. - Modules in intellij = projects in eclipse.

Can we launch multiple instances?

As long as a program doesn't have a conflicting nature, there is a good chance you can open multiple instances of it. So do try opening a program twice and see how it boosts your productivity.


Your Android Studio was set to open project in the same window. You can change that, so it asks whether to open new window while opening other project.

Do this:

  1. Go to: File -> Settings -> Appearance & Behavior -> System Settings -> Project Opening.
  2. Check [x] "Confirm window to open project in".
  3. Now open the other (2nd) project with File -> Open... etc.
  4. You will now be asked if you want to open a new window or replace what you already have. Select New Window.

Screenshots:

settings

what to open


Older versions:

  1. Go to Settings -> General -> Project opening.
  2. Check 'Confirm window to open project in'.
  3. Create or open different project
  4. You will be asked if open a new window.

enter image description here


There was an update in Android studio so the new solution would be:

  1. go to >file
  2. go to >settings
  3. go to >appearance and behavior
  4. go to > system settings
  5. now in system settings check the "confirm to open project in" option