Solution 1 :
change (Gravity.mp3) to (gravity.mp3) .
raw files must be LowerCase, even if this can’t solve current problem
Problem :
Here is my res folder with the raw folder inside
here is my code however the raw is always red and i cant seem to figure this out any help would be greatly appreciated.
ourSound = MediaPlayer.create(this, R.raw.Gravity);
Comments
Comment posted by Nikhil Sharma
have you try restarting Android Studio ?
Comment posted by VenusianAura
oh yea it works i thought i restarted it back then and it didnt work thanks !