I am trying to use android SoundPool to play a button click sound here is my code :
fun play(view: View) { val sound = soundPool.load(this,R.raw.bc,1)