I want to create folder in sdcard. i am using following command in android terminal
cd sdcard mkdir music
mkdir failed for music, Permission denied.
Make sure you have added SDCard support to your AVD.
Go to eclipse - windows - avd manager - select avd and edit - hardware - new - SDCard Support
eclipse - windows - avd manager - select avd and edit - hardware - new - SDCard Support
And then Try the Command.