Android的工作室 - Android设备监控的文件资源管理器不工作

Android的工作室 -  Android设备监控的文件资源管理器不工作

问题描述:

我刚刚在Android中使用 preferences 教训。为了调试目的,我需要访问preferences文件。我用Google搜索,发现preference文件的默认位置,以及如何通过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的工作室。
任何帮助将是AP preciated。
附加图像

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.

转到运行 - >位置,你的亚行

goto run -> location where your adb is

例如:C:\\ Program Files文件(x86)的\\ Android的\\ Android的SDK \\平台工具

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

键入 ADB根输入(您的手机必须具有root)

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

如果这不起作用,您的手机上安装此应用程序:的 [根] adbd不安全或它的免费替代品此处。

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

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