I created several folders in the sdcard (Eclipse) by running an Android application in the emulator. Now I want to delete the folders which I have created on the sdcard.
remount the sdcard with read and write permission: adb shell mount -o remount,rw /
Go to adb shell: adb shell
It will work most better.