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 3.4.1 > Top Menu > View > Tools Window > Device File Manager
View > Tool Windows > Device File Explorer
This works on Android Studio 1.x:
Android Device Monitor
is a part of ANDROID SDK.
You can found it here: C:\android-sdk\tools\lib\monitor-x86\monitor.exe
or C:\android-sdk\tools\lib\monitor-x86_64\monitor.exe
.
Run it for monitring or exploring files on the AVD.
Then the Android Device Monitor window will pop up. Click on the emulator & File Explorer.
Shared Preference files should be in:
DDMS-> File Explorer ->data -> data -> MY_PACKAGE_NAME -> shared_prefs -> YOUR_PREFERENCE_NAME.xml