Search code examples
androidkotlinmedia-player

Android not finding files in R.raw


enter image description here

I can't figure out why it is not recognizing my audio files. I tried to different types of audio files so that does not seem to be the problem. Any ideas? I am inside a private method if that matters at all


Solution

  • The problem is that you should use lower case letters for audio files instead of upper case letters

    for using uppercase letters you will get below error

    enter image description here