Skip to content Skip to sidebar Skip to footer

Read Mp3 Tags In Android Application

I use jid3lib for java. When i'm working with this library on file that stored in my computer it works great, but when I try to read mp3 tags of files on the emulator's sdcard I go

Solution 1:

EACCES (Permission denied)

Add READ_EXTERNAL_STORAGE permission in manifest file.

And, maybe WRITE_EXTERNAL_STORAGE also.

Post a Comment for "Read Mp3 Tags In Android Application"