从 DDMS 中删除文件夹?

发布于 2024-12-14 08:22:53 字数 200 浏览 2 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无声情话 2024-12-21 08:22:53

我认为从 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.

夜司空 2024-12-21 08:22:53

虽然删除文件没问题,但似乎无法从 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 "

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文