2

今日の実験...ローカルプロジェクトは下のCircleCI出力がうまく動作します。 See my circle.yml hereAndroidサポートライブラリのCircleCIビルド失敗

> 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 
+0

サークルは、Androidのアプリやデザインサポートライブラリを見つけることができません。 – es0329

答えて

0

サポートlibsをビルド設定ファイルの最後に移動することで修正されました...オーダーメイドの違いがありました。改訂されたGistを参照してください。

関連する問題