kaaes / spotify-web-api-android

A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints
http://kaaes.github.io/spotify-web-api-android
MIT License
380 stars 138 forks source link

App doesn't recognize 'getAlbum' or 'setAccessToken' #160

Closed anish-94 closed 6 years ago

anish-94 commented 6 years ago

I followed the instructions and put in the .aar file in my libs folder. My program recognizes it. I am able to declare the SpotifyApi and SpotifyService but I can't perform functions on them.

All I'm trying to do it search and populate a list with the relevant tracks. Then click on one of the tracks and get the Uri for that specific track.