4

I know it is a trivial function, but is there an option in Android Studio to open project folder into a file explorer (from AS)?

p.s. It is always possible to navigate to the project folder, following path displayed on AS window header.

hata
  • 11,633
  • 6
  • 46
  • 69
bastami82
  • 5,955
  • 7
  • 33
  • 44

4 Answers4

5

You can press ShiftShift, or go to Help->Find Action... type Reveal and on Mac OS X you'll get "Reveal in Finder" action. On other operating systems the action may have different title but it should be there. You can also map a shortcut for that action in Preferences->Keymap.

Paul
  • 13,042
  • 3
  • 41
  • 59
4

Yes, you can simply click left mouse button on open file tab with Ctrl pressed.

dgebert
  • 1,235
  • 1
  • 13
  • 30
2

I found The answer myself: do as follow in Android studio

  1. click the folder that you want to open in explorer (just click to get it highlighted)
  2. right click --> Show In Explorer ! enter image description here
bastami82
  • 5,955
  • 7
  • 33
  • 44
0

In my case, (Android Studio Electric Eel | 2022.1.1) just open file in the editor, then rigth click -> Open In -> Explorer.

enter image description here

jojemapa
  • 873
  • 2
  • 10
  • 21