标签:span space 启动 iap ios hit oop white etl
代码例如以下:
private MediaPlayer mMediaPlayer;
mMediaPlayer = new MediaPlayer();
mMediaPlayer = MediaPlayer.create(this, R.raw.happy);
mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
mMediaPlayer.setLooping(true);
mMediaPlayer.start();
ok,问题解决~
标签:span space 启动 iap ios hit oop white etl
原文地址:http://www.cnblogs.com/jzssuanfa/p/6866348.html