当前位置: 代码迷 >> Android >> android-sdcard资料 删除
  详细解决方案

android-sdcard资料 删除

热度:375   发布时间:2016-05-01 14:19:58.0
android-sdcard文件 删除

adb remount
adb shell
cd sdcard
ls(将列出所有文件夹)

rm -r (文件夹名称)
这样就行了!
比较简明,但是已经足够了!

  相关解决方案