when i run my application it shows “Exceeds maximum number of OpenCore instances” error.How to resolve this error.
Thank you
when i run my application it shows Exceeds maximum number of OpenCore instances error.How
Share
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.
The above happens if your instantianting multiple instances of the MediaPlayer.
You should read about the lifecycle of the media player and its different states
Media Player is defined as a class scope variable and instantiated in the OnCreate() Method