簡體   English   中英

CircleCI在Android支持庫上構建FAILURE

[英]CircleCI build FAILURE on Android support libraries

今天進行實驗...本地項目運行正常,CircleCI輸出如下。 在這里看到我的circle.yml

> Configuring > 2/2 projectsFAILURE: 
> Configuring > 2/2 projectsBuild failed with an exception.
> Configuring > 2/2 projects
> Configuring > 2/2 projects
> Configuring > 2/2 projects* What went wrong:
> Configuring > 2/2 projectsA problem occurred configuring project ':app'.
> Configuring > 2/2 projects> 
> Configuring > 2/2 projectsCould not resolve all dependencies for configuration ':app:_debugCompile'.
> Configuring > 2/2 projects   
> Configuring > 2/2 projects> 
> Configuring > 2/2 projectsCould not find com.android.support:appcompat-v7:23.3.0.
> Configuring > 2/2 projects     Searched in the following locations:
> Configuring > 2/2 projects         https://jcenter.bintray.com/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.pom
> Configuring > 2/2 projects         https://jcenter.bintray.com/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.jar
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/android/m2repository/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.pom
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/android/m2repository/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.jar
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/google/m2repository/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.pom
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/google/m2repository/com/android/support/appcompat-v7/23.3.0/appcompat-v7-23.3.0.jar
> Configuring > 2/2 projects     Required by:
> Configuring > 2/2 projects         Fool-Android:app:unspecified
> Configuring > 2/2 projects   
> Configuring > 2/2 projects> 
> Configuring > 2/2 projectsCould not find com.android.support:design:23.3.0.
> Configuring > 2/2 projects     Searched in the following locations:
> Configuring > 2/2 projects         https://jcenter.bintray.com/com/android/support/design/23.3.0/design-23.3.0.pom
> Configuring > 2/2 projects         https://jcenter.bintray.com/com/android/support/design/23.3.0/design-23.3.0.jar
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/android/m2repository/com/android/support/design/23.3.0/design-23.3.0.pom
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/android/m2repository/com/android/support/design/23.3.0/design-23.3.0.jar
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/google/m2repository/com/android/support/design/23.3.0/design-23.3.0.pom
> Configuring > 2/2 projects         file:/usr/local/android-sdk-linux/extras/google/m2repository/com/android/support/design/23.3.0/design-23.3.0.jar

通過將支持庫移動到構建配置文件的末尾進行修復...似乎順序有所不同。 參見修訂的要點。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM