如何进入android studio中的文件资源管理器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25354707/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to get to the file explorer in android studio
提问by user3843164
Okay I don't know how to get to the file explorer in android studio. I already tried searching stack overflow and I found the same question I am asking but the solution there didn't work. So with screen shots could someone tell me how to get to the file explorer?
好吧,我不知道如何进入 android studio 中的文件资源管理器。我已经尝试搜索堆栈溢出,我发现了我要问的相同问题,但那里的解决方案不起作用。那么有人可以通过屏幕截图告诉我如何进入文件浏览器吗?
回答by CommonsWare
For Android Studio 0.8.6, go to Tools
> Android
> Android Device Monitor
in the main menu, to bring up the Android Device Monitor in a separate window. There you will find what amounts a set of Eclipse perspectives, notably the DDMS perspective, which has the File Explorer view.
对于 Android Studio 0.8.6,转到主菜单中的Tools
> Android
> Android Device Monitor
,以在单独的窗口中调出 Android 设备监视器。在那里您将找到一组 Eclipse 透视图,特别是 DDMS 透视图,它具有文件资源管理器视图。