user1042244
user1042244

Reputation:

mkdir failed for music. Permission failed in terminal android

I cant create a folder in sdcard directorium what should I do ? i tried with adb shell "mkdir /sdcard/music" as well but still is not working. Can somebody help me?

Upvotes: 1

Views: 349

Answers (2)

NullEntity
NullEntity

Reputation: 152

I've had some difficulty with accessing external media from a Toshiba Thrive running 3.2.1 even with the correct permissions. It turns out that they have to be formatted as ExFAT for some odd reason.

Upvotes: 1

adamp
adamp

Reputation: 28932

Does your app have the permission WRITE_EXTERNAL_STORAGE specified in your manifest?

Upvotes: 1

Related Questions