问题描述
I just want to know how to wipe the virtual sdcard in the android emulator.
推荐答案
Delete the sdcard form the AVD manager and add a new one!?
其他推荐答案
With the expected caveats and warnings about using commands in the "rm -r *" family, you can also use: adb -e shell rm -r /mnt/sdcard/*
其他推荐答案
You can do it easily from Android Settings app: "Storage"->"Erase SD card".