我正在制作一个Android应用程序女巫使用spotify远程SDK。但是当连接到spotify服务器时会出现错误。代码与SDK附带的Spotify示例项目的代码相同。): AuthenticationFailedException
E/SpotifyAppRemoteActivity(24936): com.spotify.android.appremote.api.error.AuthenticationFailedException(24936): a
我正试图从udacity的一个课程开始开发spotify流光应用程序。但我在遵循以下步骤时遇到了麻烦:Clone the repository: git clone https://github.com/kaaes/spotify-web-api-android.git/gradlew assemble
Grab the aar that can be found in build/outp
嗨,AndroidSpotify开发者。请您建议使用哪个API (LibSpotify beta或+ Web )来为Android开发具有Spotify功能的应用程序?正如我从API描述中看到的那样,LibSpotify提供了比Web更多的信息。另一方面,根据Spotify的公告,“安卓的LibSpotify测试版已被废弃,并将从Spotify开发者站点中删除”。这是否意味着没有必要使用Libspotify?