Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从我的应用添加的 /data/data 文件夹中删除一个文件。我正在用 Eclipse 中的 DDMS 查看文件。
如果 DDMS 不能,我将如何删除它?
接受的答案当然有效,但问题是如何在 DDMS 中做到这一点,所以这里是:
adb shell rm /path/to/file