Can anyone tell where the file explorer is located in Android Studio?
I tried to search in windows menu but there isn\'t any option like \"show view\" that used to b
Android Studio 3 Canary 1 has a new Device File Explorer
View -> Tool Windows -> Device File Explorer
So much better than DDMS and is the new improved way to get files off of your device!
Allows you to 'Open', 'Save As', 'Delete', 'Synchronize' and 'Copy Path'. Pretty awesome stuff!
It is very Simple brother Click on the Android Device monitor(ADM) just below the Help menu then the on ADM select your file explorer from left screen menu or for more details go here It may Help U thanx
You can start Android Device Monitor from the Android Studio (green robot icon on the toolbar, to the left of the help icon). From the ADM, select the device/emulator, then select the File Explorer tab.
[Additional stuff to Gene's answer]
If we want to view the "com.google.android.gcm.xml" file we have to pull out the file from emulator.For that go to top right side of the panel there is button(floppy disk and arrow) for this operation.
Then we can give the location to save the file.You can open it from any text editor and you will be able to view the content of the XML file.
If you want the basic answer to have the files on the left-hand side, just go on "View" then "Tool Buttons", you will then be able to choose "project".
it has changed and its docked to the right bottom of your android studio by default.
if you dont have that you can open it through view -> tool windows -> device file explorer