Hello everyone,

i am new to android i am trying to extract the metadata from the mp3 files and i wrote the code as per the below but its giving the exceptional error so can anybody tell me what could be the problem.

the code is llike this:

nMetaDataDetails.setMode(MODE_GET_METADATA_ONLY);

nMetaDataDetails.setDataSource("/res/raw/a13033b03.mp3");

nMetaDataDetails.extractMetadata(MODE_GET_METADATA_ONLY);

.............