Android Studio Multi-Windows for One Project
Asked Answered
D

8

128

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

Dulcine answered 14/3, 2014 at 15:58 Comment(6)
Note:- If the intent is to spread the windows across multiple monitors, @jacob-mckay's answer is the way to go.Flushing
I agree, not that I have a bias toward my own answer or anything :P I haven't played with android studio in long enough of a time to see if he can have two package explorers though, where there's a will and a little bit of time theres usually a wayDactylogram
Perhaps this should be migrated to SuperUser.SE?Haemato
Perhaps you should consider changing your accepted answer to @JacobMcKay 's? As I see it, his suggestion does exactly what you intended to do.Lye
Hi OP ! Can you tell me how you did it with the second picture ? I accidently did it once but can seem to repeat the process. Thanks !Gt
I'd love the functionality the OP describedUncinate
C
282

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

Curio answered 14/3, 2014 at 16:1 Comment(6)
Thanks for your answer, that helps a bit, but I want to have two separate windows, each with their own Title Bar, etc.Dulcine
Impossible. Why do you need this ?Santiagosantillan
Then I can edit two files at the same time, and easily switch those two files. I also have two monitors, so I can't have the split-screened window spread across both monitors.Dulcine
I would think this is just not possible, thanks for your suggestion.Dulcine
I need two separate windows so I can have logcat on my right monitor and the IDE on my center one.Haemato
nice tip!!! thanks.. Is it possible to split two project in one window like this? :PEuler
D
39

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.

Dactylogram answered 10/11, 2014 at 5:32 Comment(5)
Looking at the OP's comment on Marco's answer, this method should be more viable for use with multiple monitors since it opens a new window?Flushing
For me, unchecking "Pinned mode" makes it disappear when I defocus it.Haemato
This doesn't work at all (Mac). I'm using 2 monitors and if someone knows how I get this to work, he'll get the up vote. :-)Arndt
When I wrote this answer in 2014 I had a Windows machine. Once I get my Mac set up in the next couple days I'll take a look again. It looks like there is a 'floating mode' option on the dockable windows that seems to accomplish the same thing.Dactylogram
Android studio on my Mac seems to behave the same way as it does on Windows so not sure what you mean by "This doesn't work at all". My suggestion works, but I still don't see a solution to the original question of having two fully function Android Studio IDES running and having them pointed to the same project.Dactylogram
J
7

Window -> Editor Tabs -> Split Vertically

if you don't use files tabs

enter image description here

Jarvisjary answered 21/10, 2017 at 21:55 Comment(0)
R
2

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.

Ricky answered 24/7, 2015 at 2:58 Comment(1)
When I place it on another monitor, then click Android Studio, then click the new window again, the new window snaps back to the original monitor.Haemato
H
1

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.

Haplo answered 17/3, 2022 at 1:2 Comment(0)
B
0

Just drag the tab outside the current window.

Brumley answered 7/12, 2017 at 14:33 Comment(0)
O
0

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

Olaolaf answered 11/6, 2018 at 10:17 Comment(0)
H
0

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.

Highline answered 10/1, 2022 at 5:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.