它适用于摩托罗拉 Xoom 平板电脑 3.2.1,但不适用于 google-tv Logitech Revue 3.2
SoundPool soundPool = new SoundPool(16, AudioManager.STREAM_MUSIC, 0);
poolId = soundPool.load(this, R.raw.cat, 1);
soundPool.play(poolId, 1.0f, 1.0f, 1, 0, 1);
此类日志错误:SoundPool: Unable to load sample: (null)。
任何想法都会有所帮助。谢谢!