I am trying to use the 'spotify-web-api-android' library by compiling and building a jar. Instructions to generate the jar have been provided, but are failing for me.
Steps followed:
Changed directory to the downloaded git
Executed command : ./gradlew jar
Link to api and instructions : https://github.com/kaaes/spotify-web-api-android/blob/master/README.md
Instructions to generate jar:
I think those build instructions are out of date.
Try the ./gradlew assemble
instructions instead, using the aar
dependency