Android Studio Multi-Windows for One Project

AndroidAndroid StudioMulti Window

Android Problem Overview


I'm wondering if anyone knows how to open two windows of Android Studio with both having the same project. I know you can drag tabs out, but that allows you to only edit that one file. I want two fully-featured windows with each being able to see the Project Files/Structure.

I don't want to just split the editor, I want a separate window.

I want two of these windows, with both "looking" at the same project: enter image description here

I don't want another one of these windows, as I can't view the project structure and change that, and it's hard to change it to a different file in this view: enter image description here

Android Solutions


Solution 1 - Android

Right click on tab of the file and click "Split vertical / Horizontal"

enter image description here

After splitting, you can just drag one of the tab titles to the second monitor - it will open up a new window. You can then edit the same file in two separate windows

Solution 2 - Android

If you click and drag a file's tab out of your current window (over onto the desktop, for example), the file will open in a new window. However, this window doesn't seem to have the whole package explorer, console etc.

Although, if you click on the gear on any of the modules, you can uncheck 'pinned' mode and you'll be free to move them around your two monitors just like the window you created above.

Solution 3 - Android

Window -> Editor Tabs -> Split Vertically

if you don't use files tabs

enter image description here

Solution 4 - Android

If you want to split tabs of android studio project beetween monitors, you can rigthclick to tab(project, debug, terminal etc) and check the "floating mode" option.

See the image: Floating mode tab option

After that you can drag this tab between your monitors as new window.

Solution 5 - Android

Could you just make a copy of android studio & run it side / side? You can run different versions of android studio side/side.. Maybe that is an option.

Solution 6 - Android

Just drag the tab outside the current window.

Solution 7 - Android

right click on tab and click on windowed mode, it will open up a new window.

Solution 8 - Android

One hacky way of doing this (but you will not be able to save in the same project) is to make a copy of the project folder and open it in Android Studio.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionElectronicGeekView Question on Stackoverflow
Solution 1 - AndroidMarco AciernoView Answer on Stackoverflow
Solution 2 - AndroidJacob McKayView Answer on Stackoverflow
Solution 3 - AndroidMarcola CarrView Answer on Stackoverflow
Solution 4 - AndroidFesswoodView Answer on Stackoverflow
Solution 5 - AndroidChrispixView Answer on Stackoverflow
Solution 6 - AndroidAndres DiezView Answer on Stackoverflow
Solution 7 - AndroidTaha khozooieView Answer on Stackoverflow
Solution 8 - AndroidDragonFireView Answer on Stackoverflow