当我打开,退出并重新打开应用程序时,有时会发生这种情况。我的问题是我忘记在SoundManager上运行清理:
public static void cleanup() { mSoundPool.release(); mSoundPool = null; mSoundPoolMap.clear(); mAudioManager.unloadSoundEffects(); _instance = null;}您必须在内存中运行某些内容,现在已经运行了两次。

当我打开,退出并重新打开应用程序时,有时会发生这种情况。我的问题是我忘记在SoundManager上运行清理:
public static void cleanup() { mSoundPool.release(); mSoundPool = null; mSoundPoolMap.clear(); mAudioManager.unloadSoundEffects(); _instance = null;}您必须在内存中运行某些内容,现在已经运行了两次。