NHnnadi henryinnnadihenry.hashnode.dev·Oct 19, 2020 · 3 min readHOW TO ADD SOUND OR MUSIC TO YOU ANDROID STUDIO PROJECTcreate a new Directory under the res folder and name it raw add your desired music or sound to the raw folder in you MainActivity.java put the code below package com.example.sound; import androidx.appcompat.app.AppCompatActivity; import android.con...00