試著突破低點,往高點邁進
mp1.setOnCompletionListener(new OnCompletionListener() { public void onCompletion(MediaPlayer mp) { //加入release即可 mp.release(); }; });