Remove Folders from DDMS
android, cmd, ddms, eclipse
Solution
C:\>adb shell
$ rmdir /mnt/sdcard/Android/data/mydirectory/
Problem
I need to remove a particular folder from the `/mnt/sdcard/new`. I am looking at the folder with the DDMS in Eclipse. How do we remove a particular folder. Thanks in advance.