我試圖從udacity中的課程開始開發spotify流式應用程序。但我在按照以下步驟操作時遇到了問題:構建帶gradle的spotify包裝器後生成沒有aar文件
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目錄。我看到的是我的應用程序\ build目錄內3個文件夾:
APK
不起毛的結果釋放小fatal_files
日誌
和完蛋了。的步驟來自:
https://github.com/kaaes/spotify-web-api-android/blob/master/README.md