You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This library handles authentication and authorization
implementation 'com.spotify.sdk:spotify-auth:1.0.0-beta12@aar'
// This library handles music playback
implementation 'com.spotify.sdk:spotify-player:1.0.0-beta12@aar'
//
implementation 'com.github.kaaes:spotify-web-api-android:0.4.1'
The text was updated successfully, but these errors were encountered:
Hi,
I am using this SDK for Spotify Streaming on my application. But the SDK crash after some usage. May I know the issue ? How I can solve this problem ?
ISSUE: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x96ba137e in tid 31002 (SpotifySdkPlaye), pid 30684
--------- beginning of crash.pdf
OS: Android 8.1
These are the dependencies,
The text was updated successfully, but these errors were encountered: