suddenly my app doesnt play a sound when I call mediaPlayer.start().
I get following error in log:
2020-05-29 20:43:57.165 4719-1953/? E/AudioSystem: invalid attributes { Content type: AUDIO_CONTENT_TYPE_UNKNOWN Usage: AUDIO_USAGE_UNKNOWN Source: -1 Flags: 0x800 Tags: } when converting to stream
I am doing this one when the app starts:
mMediaPlayer = MediaPlayer.create(context, R.raw.restaurant_order_received)
Thanks for help