문제

I've tried googling, and so far the closest answer is this one: Android Studio is driving me nuts

However, it's not really a keyboard shortcut, and besides, the "Project Pane" isn't always visible. (If anyone knows how to make it permanently visible, please tell me.)

What I do is search "Project" on the quick search bar, click on it to make it appear, and then switch to Package Explorer.

도움이 되었습니까?

해결책

Alt+1 toggles the pane in question - not sure though if there is a short cut to toggle between project and packages there

다른 팁

Simply clicking "Project" on the left-hand toolbar works for me.

I have created my shortcut key for Project Explorer in my Android Studio by following steps:

1) Go to Window -> Preferences,

2) On the left pane Select General,

3) Inside General tab click on Keys option,

4) Now at right side select Show View(Package Explorer) after scrolling the list

5) After clicking on Show View(Package Explorer) there is an option below called Binding. Click on that, edit the text and press Ctrl+`(tilde sign) (this is a shortcut key for Project Explorer. You can also create your own.).

Now whenever you want to show project explorer, just press Ctrl+`.

I normally use cmd + 2 and I press 3 times, that way I can toggle between the project file structure and the actual files without closing the pane. That's for mac, as for windows I would think you could use the equal toggle shortcut which I believe is alt + 2.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top