Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7026113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:04:26+00:00 2026-05-28T00:04:26+00:00

I want to catch MediaPlayer errors like this: 01-03 21:03:08.797: E/MediaPlayer(9470): error (1, -2147483648)

  • 0

I want to catch MediaPlayer errors like this:

01-03 21:03:08.797: E/MediaPlayer(9470): error (1, -2147483648)

or this

01-03 20:52:48.859: E/MediaPlayer(8674): error (1, -1004)

Which exception do I need to catch? I tried it with

    try {
        mp.start();
    }

    catch (IllegalArgumentException e){Log.d(TAG, "error1");}
    catch (IllegalStateException e) {Log.d(TAG, "error2");}
    catch (Exception e){Log.d(TAG, "error2");}

But it doesn’t work. Can anyone tell me which exception I have to catch?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:04:27+00:00Added an answer on May 28, 2026 at 12:04 am

    You need to implement android.media.MediaPlayer.OnErrorListener in your Fragment or Activity.

    /*
         * Called to indicate an error. Parameters
         * 
         * mp the MediaPlayer the error pertains to what the type of error that has
         * occurred: MEDIA_ERROR_UNKNOWN MEDIA_ERROR_SERVER_DIED extra an extra
         * code, specific to the error. Typically implementation dependant. Returns 
         * True if the method handled the error, false if it didn't. Returning
         * false, or not having an OnErrorListener at all, will cause the
         * OnCompletionListener to be called.
         */
        @Override
        public boolean onError(MediaPlayer mp, int what, int extras) {
    
            return true;
        }
    

    When you create your MediaPlayer make sure you call

    mediaPlayer.setOnErrorListener(this);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my below code and I want to catch the exception if any
This is the error I want to catch: Traceback: File /usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py in get_response 111.
I want to catch a fancybox error (The requested content cannot be loaded. Please
I want to have a 'catch all' route which runs when none of the
I want a way to check in my catch {} clause if the exception
I want to catch an exception, that is nested into another exception. I'm doing
I want to catch and ignore and ArrayIndexOutOfBoundsException error (basically it's not something I
I want to catch a specific failure of this JavaScript code: var script =
I want to catch an exception when user enter no value in a Textbox
I want to catch an error, correct it and continue executing the program. http://jsfiddle.net/Gthv9/12/

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.