File Explorer in Android Studio

后端 未结 17 1651
一个人的身影
一个人的身影 2020-12-12 23:11

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

相关标签:
17条回答
  • 2020-12-12 23:51

    Android 3.4.1 > Top Menu > View > Tools Window > Device File Manager

    0 讨论(0)
  • 2020-12-12 23:52

    View > Tool Windows > Device File Explorer

    0 讨论(0)
  • 2020-12-12 23:53

    This works on Android Studio 1.x:

    • Tools --> Android --> Android Device Monitor (this open the ADM)
    • Window --> Show View
    • Search for File Explorer then press the OK Button
    • The File Explorer Tab is now open on the View
    0 讨论(0)
  • 2020-12-12 23:53

    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.

    0 讨论(0)
  • 2020-12-12 23:59

    enter image description here

    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

    enter image description here

    0 讨论(0)
提交回复
热议问题