Android Studio - Android 设备监视器的文件浏览器不工作

问题描述:

我刚刚学会了在 Android 中使用 preferences.出于调试目的,我需要访问首选项文件.我用谷歌搜索并找到了首选项文件的默认位置以及如何通过 Android 设备监视器访问它.

I have just learnt using preferences in Android. For debugging purpose I need to access the preferences files. I googled and found the default location of the preference file and also how to access it via Android Device Monitor.

不知何故,我无法在 Android 设备监视器的文件资源管理器选项卡下打开任何文件夹.他们只是没有回应.我尝试等待 ADM 加载并再次尝试但没有成功.(双击文件夹不起作用,奇怪!)

Somehow I am not able to open any folders under the File explorer tab of the Android device monitor. They just aren't responding. I tried waiting for ADM to load and tried again but no success. (Double click on folder is not working, STRANGE!)

使用前需要配置吗?我正在使用 Android 工作室.任何帮助,将不胜感激.附加图像

Do we need to configure before using it? I am using Android studio. Any help would be appreciated. Attaching image

我终于找到了解决方案.

Finally I found how to make it work.

转到运行 -> adb 所在的位置

goto run -> location where your adb is

例如:C:\Program Files (x86)\Android\android-sdk\platform-tools

Ex: C:\Program Files (x86)\Android\android-sdk\platform-tools

输入adb root回车(你的手机必须有root)

type adb root , Enter (Your phone must have root)

如果这不起作用,请在您的手机上安装此应用程序:[root] adbd Insecure 或其免费替代品 这里(更新:链接现在断开).

If this doesn't work, install this app on your phone: [root] adbd Insecure or its free alternative here (update: link broken now).

http://forum.xda-developers.com 获取更多信息/showthread.php?t=1687590