How to show hidden files in Android Studio
问题 I'm a new Android Studio user (I used eclipse before). I'm trying to follow the official Build Your Project With Gradle tutorial. In the "Build the project from the command line" section it is mentioned that the apk file location is in app/build/apk/ but when trying to navigate to this specific path with Android Studio, it seems that it is missing... I looked for the same path using the command line and it do exist , so apparently Android Studio is hiding this folder (and maybe others as well