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). I tried to find explanation how to make Android Studio show the hidden files/folders, but unfortunately I couldn't find anything. I also tried searching same problem in Intellij IDEA, because I know Android Studio is based on it, but it seems that the menus are a bit different...
Has anyone encountered this problem?