How to solve NullPointerException error in Android?

NullPointerException means that mp is null. This means the MediaPlayer.create() failed. Does R.raw.alarm exist?

Leave a Comment