File Explorer in Android Studio

后端 未结 17 1692
一个人的身影
一个人的身影 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: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

提交回复
热议问题