I have read all the error codes given on the web.
Error specifies:
const PVMFStatus PVMFInfoLast = 100; ” Placeholder for end of range”
But I didn’t able to handle this error, thanks for helping.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Implement OnErrorListener to your class.
inside the class body write
then overwrite the method OnError(MediaPlayer mp , int what , int extra) with this method