SoundPool pool = new SoundPool(1, AudioManager.STREAM_MUSIC, 0);
 int ding = pool.load(this, R.raw.laugh, 1);
 pool.play(ding, 1, 1, 1, 0, 1);

 

딸랑 이거 세개 밖에 없는데 재생이 안되네요

R.raw.laugh 파일도 다 있고 한데

 

뭔가 퍼미션을 정의해줘야 하는것도 아니고 왜이런거죠;;