Spotify Android SDK Example A simple app that uses the Spotify Android SDK to play an audio track. Based on the Spotify Android SDK Tutorial Setup Set your client id and redirect uri in gradle.properties: ClientId="yourclientid" RedirectUri="yourcustomprotocol://callback"