File Explorer in Android Studio
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 be in Eclipse.
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.
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!