want to create folder in sdcard on AVD

前端 未结 4 1131
刺人心
刺人心 2021-01-05 01:23

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.

4条回答
  •  走了就别回头了
    2021-01-05 02:24

    Make sure you have added SDCard support to your AVD.

    Go to eclipse - windows - avd manager - select avd and edit - hardware - new - SDCard Support

    And then Try the Command.

提交回复
热议问题