android – 如何在root设备上使用文件资源管理器?

Eclipse连接到我的root电话,我可以运行调试会话并查看LogCat消息.我也可以在DDMS透视图的Devices视图中看到手机,但是:当我打开File Explorer视图时(在相同的视角中)我什么也看不见.

我可以发誓我看到它工作一次,但对于我的生活,我不记得是否有任何特殊的东西我必须在调试设备或Eclipse上预先配置.

Android Developer的使用DDMS页面上的Working with an emulator or device’s file system说:

DDMS provides a File Explorer tab that allows you to view,copy,and
delete files on the device. This feature is useful in examining files
that are created by your application or if you want to transfer files
to and from the device.

To work with an emulator or device’s file system:

  1. In the Devices tab,select the emulator that you want to view
    the file system for.
  2. To copy a file from the device,locate the file in the File
    Explorer and click the Pull file button.
  3. To copy a file to the device,click the Push file button on the
    File Explorer tab.

但是……这三个简单的步骤对我不起作用.我究竟做错了什么?

在Eclipse的文件资源管理器上查看我的root设备上的文件要做什么?

> P.S. adb pull有效,但我希望能够使用File
资源管理器也是.
> P.S.打开USB存储(从通知区域)不会
帮助文件浏览器.

解决方法

DDMS中的文件浏览器可以与真实设备一起使用.只使用独立的一个,而不是Eclipse插件.

从命令行输入ddms.bat,然后选择(真实)设备,然后选择Device>菜单中的文件资源管理器:

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...