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.
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.
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.
Yes, you can simply click left mouse button on open file tab with Ctrl pressed.
I found The answer myself: do as follow in Android studio
In my case, (Android Studio Electric Eel | 2022.1.1) just open file in the editor, then rigth click -> Open In -> Explorer.