- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
Eclipse 已连接到我的 root 手机,我可以运行调试 session 并查看 LogCat 消息。我还可以在 DDMS
透视图的 Devices
View 中看到手机,但是: 当我打开 File Explorer
View 时(在相同的透视图中)我看什么。
我可以发誓我曾亲眼见过它工作过一次,但我终生不记得是否有任何特殊的东西需要我在被调试设备或 Eclipse 上进行预配置。
Working with an emulator or device's file system在 Android 开发人员的使用 DDMS 页面上说:
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.
但是...这 3 个简单的步骤对我不起作用。我做错了什么?
我需要做什么才能在 Eclipse 的文件资源管理器中查看我的 root 设备上的文件?
adb pull
有效,但我希望能够使用 File探索者也是。最佳答案
DDMS 中的文件资源管理器在真实设备上运行良好。只需使用独立,而不是 Eclipse 插件。
在命令行中,键入 ddms.bat
,然后选择(实际)设备,然后才从菜单中选择设备 > 文件资源管理器:
关于android - 如何在 Root设备上使用文件资源管理器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7433761/
我是一名优秀的程序员,十分优秀!