如何删除文件浏览器在Android的SD卡文件夹文件夹、浏览器、文件、Android

由网友(笑脸的忆醉°)分享简介:您好我通过在emulator.Now运行Android应用程序创建的SD卡(蚀)多个文件夹我要删除我的sdcard.i创造了我能够在文件夹中删除文件的文件夹,但我不能删除SD卡中的文件夹。我怎样才能做到这一点。所以有没有办法来删除文件夹。Hi I created several folders in the sdca...

您好我通过在emulator.Now运行Android应用程序创建的SD卡(蚀)多个文件夹我要删除我的sdcard.i创造了我能够在文件夹中删除文件的文件夹,但我不能删除SD卡中的文件夹。我怎样才能做到这一点。所以有没有办法来删除文件夹。

Hi I created several folders in the sdcard(eclipse) by running android application in the emulator.Now i want to delete the folders which i have created in the sdcard.i am able to delete files in the folders but i could not delete the folders in the sdcard . How can i do this .So is there a way to delete folders .

感谢您

推荐答案

使用ADB命令可以删除文件夹。

Using adb command you can delete folders.

单击运行 - > CMD->键入亚行壳 - > CD SD卡 - >命令rmdir {目录名}​​

click Run - > CMD-> type adb shell --> cd sdcard -> rmdir {dirname}

注:请确保您的目录应该是空的。

Note : Make sure your dir should be empty.

有关非空目录使用。

单击运行 - > CMD->键入亚行壳 - > CD SD卡 - > RM -r {目录名}​​

click Run - > CMD-> type adb shell --> cd sdcard -> rm -r {dirname}

阅读全文

相关推荐

最新文章