从 DDMS 中删除文件夹?
在 Eclipse DDMS 的文件资源管理器中,我有自己创建的不需要的文件夹,例如 temp、deleted_items 等。我想从文件资源管理器中删除它们。
我知道如何从资源管理器中删除文件。我也可以从文件夹中删除文件。与此同时,我无法从资源管理器中删除该文件夹。
为什么它不能使用相同的删除文件方法。有人指导我吗?
In the Eclipse DDMS's file explorer, I've unwanted folders like temp, deleted_items and etc created by my own. I want to remove them from file explorer.
I know how to remove files from explorer. I can remove the files from folders also. In that same time, i can't remove the folder from explorer.
Why it's not working with same method of removing files. Anyone guide me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为从 DDMS 文件资源管理器中您无法删除文件夹。您只能从中删除文件,如果您想删除它,那么您应该尝试 adb shell 或以编程方式。
I think from DDMS file explorer you can't remove folder. You can only remove files from it, If you want to remove it, then you should try either adb shell or by programatically.
虽然删除文件没问题,但似乎无法从 DDSM 中删除文件夹。必须转到“adb shell”并调用“rmdir”
It seems the folders can't be deleted from DDSM though removing files is fine. Have to go to "adb shell" and call "rmdir "