虚拟机sdcard资料的删除

虚拟机sdcard文件的删除
adb remount
adb shell
cd sdcard
ls(将列出所有文件夹)

rm -r (文件夹名称)

这样就可以遍历删除指定的文件夹啦!