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

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

概述Eclipse连接到我的root电话,我可以运行调试会话并查看LogCat消息.我也可以在DDMS透视图的Devices视图中看到手机,但是:当我打开File Explorer视图时(在相同的视角中)我什么也看不见. 我可以发誓我看到它工作一次,但对于我的生活,我不记得是否有任何特殊的东西我必须在调试设备或Eclipse上预先配置. Android Developer的使用DDMS页面上的Work 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:

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.

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

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

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

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

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

总结

以上是内存溢出为你收集整理的android – 如何在root设备上使用文件资源管理器?全部内容,希望文章能够帮你解决android – 如何在root设备上使用文件资源管理器?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1136026.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存