How to show hidden files in Android Studio

核能气质少年 提交于 2019-12-10 12:58:59

问题


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?


回答1:


If you are creating your project in studio 0.8.2 the sighned apk files are generated at

yourprojectfolder\build\outputs\apk

Android-studio is not hiding the file, it is developed so as to show the generated files folder only.It won't show you either the oututs folder.You can verify this by moving your .apk file to say resource(res) folder and you will be able to see that.




回答2:


To show the output folder in Android Studio, just rename it to output by going to the place where you saved your files. Then you will see your output folder in Android Studio.



来源:https://stackoverflow.com/questions/25131515/how-to-show-hidden-files-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!