它可以在摩托罗拉Xoom平板电脑3.2.1上运行,但不能在谷歌电视罗技版本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)。
任何想法都会很有帮助。谢谢!
发布于 2013-01-10 23:47:34
GoogleTV上的SoundPool类不会加载MP3曲目。改用OGG
https://stackoverflow.com/questions/14261231
复制相似问题