Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用android SDK(版本v0.10.10)播放曲目,但在播放过程中没有缓冲,没有播放,也没有异常。Deezer提供了三个SDK c库,我都试过了,都没有。我应该如何解决这个问题?非常感谢。
在授权 DeezerConnect 对象之前设置播放器实例时,音乐不会开始播放,也不会引发错误。
调用时:
player = new DefaultPlayerFactory( application, deezerConnect, new WifiOnlyNetworkStateChecker() ).createPlayer();
确保您有一个经过身份验证的deezerConnect对象。