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 如何解决dialog弹出时无法捕捉Activity的back事件 在...
Android实现自定义带文字和图片的Button 在Android开发中经常...
Android 关于长按back键退出应用程序的实现最近在做一个Andr...
android自带的时间选择器只能精确到分,但是对于某些应用要求...