【发布时间】:2015-06-22 20:50:01
【问题描述】:
我正在尝试从 udacity 的课程开始开发 spotify 流媒体应用程序。但是我在执行这些步骤时遇到了问题:
This project is built using Gradle:
Clone the repository: git clone https://github.com/kaaes/spotify-web-api-android.git
Build: ./gradlew assemble
Grab the aar that can be found in build/outputs/aar/spotify-web-api-android-0.1.0.aar and put it in the libs folder in your application
除了最后一步,一切正常。该过程没有创建 build/outputs/aar 目录。我看到的只是我的 app\build 目录中的 3 个文件夹:
APK
lint-results-release-fatal_files
日志
就是这样。步骤来自:
https://github.com/kaaes/spotify-web-api-android/blob/master/README.md
【问题讨论】:
标签: android api gradle spotify aar