0

Hi guys I'm having troubles to find the file explorer in the new version and there is no perspective like in eclipse.

File Explorer in Android Studio is from a previous version of Android Studio

Thanks and regards.

enter image description here

Community
  • 1
  • 1
  • Do you mean you want to see the files inside your emulator ? – Ye Lin Aung Apr 16 '15 at 10:53
  • 1
    possible duplicate of [File Explorer in Android Studio](http://stackoverflow.com/questions/17628670/file-explorer-in-android-studio) – Floern Apr 16 '15 at 10:55
  • this is the Android Device Monitor in Android Studio and the file explorer tab should be there but is not. – Javier Gonzalez Apr 16 '15 at 10:58
  • In the other thread that you are pointing out the instructions are the following: You can start Monitor from the Android Studio (green robot icon on the toolbar, to the left of the help icon). From the monitor you can select File Explorer tab. – Javier Gonzalez Apr 16 '15 at 11:00
  • @YeLinAung Hi, yes that is what I'm trying to do – Javier Gonzalez Apr 16 '15 at 11:32

1 Answers1

0

this is the Android Device Monitor in Android Studio and the file explorer tab should be there but is not.

Perhaps you accidentally closed it. I just ran the Android Device Monitor, from Android Studio 1.1, and the File Explorer tab appears as normal. However, as with the other tabs, it has an "x" in the tab to close it, and if you do that, it will no longer show up.

To make it appear again, choose Window > Show View from the Android Device Monitor main menu, and choose Android > File Explorer in the tree of available views. Click OK, and the tab should reappear.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • Hi @CommonsWare , there is no Show View option in the Window menu on this version. http://i.stack.imgur.com/APMwI.png also there is no option to close the File Explorer tab, you can hide the tabs but a small icon still appears at the right and you just have to click on them to show the tab again. – Javier Gonzalez Apr 16 '15 at 12:57
  • @JavierGonzalez: You are looking at the Android Studio window. The Android Device Monitor is a separate window, opened via Tools > Android > Android Device Monitor. Then, choose Window > Show View **from the Android Device Monitor main menu**. – CommonsWare Apr 16 '15 at 12:59
  • I saw now that another windows opens when you open it that way, the problem was that it didn't change the focus to it but to the one that in the screenshot so I didn't notice, thank you very much for your help – Javier Gonzalez Apr 16 '15 at 13:03