I am new to Android programming. I am trying to integrate the Spotify SDK into an Android App.
Following the Spotify Tutorial it says to download Spotify Android playback library zip and Spotify Android auth library zip from GitHub and unzip them.
Next it says to copy the spotify-auth-version.aar and spotify-player-version.aar files into the /app/libs directory in your project’s root directory.
After unzipping the two downloads I can find the spotify-player-24-noconnect-2.20b.aar but I am unable to find the Spotify-auth-version.aar file.
I read the Readme that came with the Android auth library zip and it says Run ./gradlew build
and grab an artifact from auth-lib/build/outputs/aar/
.
My question is how do I do this? Is this done via the cmd prompt? Or do I have to open the project in Android studio? When I tried opening the project it just came up blank.
I know I need to build the project to get the aar file, I just don't know how to do this.