open project folder from android studio?

android, android-studio

Solution

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

- click the folder that you want to open in explorer (just click to get it highlighted)

- right click --> Show In Explorer !

Problem

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.

Original source