I’m using eclipse to run developing apk.
I can delete file that apk created into from mnt/sdcard-
But i’m not able to delete create folders. The red minus icon is grayed and disabled when I click on a folder, but it’s enabled and red when i click on a file.
So, how to delete a folder ?
I cannot destroy sdcard every time, i’m downloading a very complex folder structure
You can connect to the Android Emulator instance via
adb. This allows you to delete files and folder via command-line.Just execute
adb shell rm -r /mnt/sdcard/yourfoldername