如何在已 root 的设备上使用文件资源管理器?
Eclipse 已连接到我已 root 的手机,我可以运行调试会话并查看 LogCat 消息。我还可以在 DDMS
透视图的 Devices
视图中看到手机,但是:当我打开 File Explorer
视图(在同一透视图中)时,我看到什么都没有。
我可以发誓我见过它工作过一次,但我一生都记不起是否有任何特殊的东西我必须在调试设备或 Eclipse 上预先配置。
Android 开发人员使用 DDMS 中的使用模拟器或设备的文件系统页面说:
DDMS 提供了一个文件资源管理器选项卡,允许您查看、复制和 删除设备上的文件。此功能在检查文件时很有用 由您的应用程序创建或者您想要传输文件 往返于设备。
要使用模拟器或设备的文件系统:
- 在“设备”选项卡中,选择您要查看的模拟器 文件系统。
- 要从设备复制文件,请在文件中找到该文件 资源管理器并单击“拉取文件”按钮。
- 要将文件复制到设备,请单击设备上的“推送文件”按钮 文件资源管理器选项卡。
但是...这 3 个简单的步骤对我来说不起作用。我做错了什么?
我需要做什么才能在 Eclipse 的文件资源管理器上查看已 root 的设备上的文件?
- PS
adb pull
有效,但我希望能够使用 File 探险家也一样。 - PS 打开 USB 存储(从通知区域)不会 也可以帮助文件资源管理器。
Eclipse is connected to my rooted phone and I can run debug sessions and see LogCat messages. I can also see the phone in Devices
view in the DDMS
perspective, but: When I open the File Explorer
view (in same perspective) I see nothing.
I could swear that I saw it working once but for the life of me I can't recall if there was anything special that I had to pre-configure on the device-under-debug or Eclipse.
The Working with an emulator or device's file system on the Android Developer's Using DDMS page says:
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:
- In the Devices tab, select the emulator that you want to view
the file system for.- To copy a file from the device, locate the file in the File
Explorer and click the Pull file button.- To copy a file to the device, click the Push file button on the
File Explorer tab.
But... these 3 easy steps don't work for me. What am I doing wrong?
What do I need to do to view files on my rooted device on Eclipse's File Explorer?
- P.S.
adb pull
works, but I would like to be able to use File
Explorer, too. - P.S. Turning on USB storage (from the notification area) doesn't
help File Explorer either.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DDMS 中的文件浏览器在真实设备上运行良好。只需使用独立插件,而不是 Eclipse 插件。
在命令行中,输入 ddms.bat,然后选择(真实)设备,然后选择“设备”>“设备”。菜单中的文件资源管理器:
File explorer in DDMS works fine with real devices. Just use the stand alone one, not the Eclipse plugin.
From the command line, type
ddms.bat
, then select the (real) device, and only then select Device > File Explorer from the menu: