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

buildToolsVersion is not specified #165

Open alan20854 opened 6 years ago

alan20854 commented 6 years ago

When I run the gradle/gradlew assemble command, it first prints the message: Build tools null missing. Downloading...

Then, it says that the build failed with a stack trace exception, the error being that buildToolsVersion is not specified.

Does anyone know how to get a successful build from this error?