在做音乐播放器的时候,遇到了这个问题:

Couldn't open file on client side, trying server side

经检查代码:

if(mediaplayer.isPlaying())

  mp.reset();

是忘记了当自动重新播放下一首的好似偶,isplaying状态是false的.所以程序没有继续reset故出错

记得reset一下就好.

相关文章:

  • 2021-10-02
  • 2021-08-26
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-08-30
  • 2021-12-01
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案