簡體   English   中英

Android / Gradle構建失敗:找不到依賴項

[英]Android / Gradle build failed: Could not find dependency

我不知道該怎么辦; 我被卡住了。 我有以下依賴關系,之前一切正常:

dependencies {
        compile fileTree(dir: 'libs', include: ['*.jar'])
        compile 'com.android.support:recyclerview-v7:22.2.0'
        compile 'com.android.support:cardview-v7:22.2.0'
        compile 'com.android.support:appcompat-v7:22.2.0'
        compile 'com.android.support:support-v4:22.2.0'
        compile 'com.android.support:design:22.2.0'
        compile 'com.android.support:palette-v7:22.2.0'
        compile 'com.google.android.gms:play-services-maps:8.4.0'
        compile 'com.google.android.gms:play-services-analytics:8.4.0'
        compile 'com.google.android.gms:play-services-appindexing:8.4.0'
        compile 'com.google.android.gms:play-services-auth:8.4.0'
        compile 'com.google.android.gms:play-services-location:8.4.0'
        compile 'com.squareup.picasso:picasso:2.5.2'
        compile 'ch.acra:acra:4.6.1'
        compile 'com.astuetz:pagerslidingtabstrip:1.0.1'
        compile 'com.wdullaer:materialdatetimepicker:2.0.2'
        compile 'com.getbase:floatingactionbutton:1.10.1'
        compile 'com.github.nirhart:parallaxscroll:1.0'
        compile 'com.facebook.android:facebook-android-sdk:[4,5)'
        compile 'com.parse.bolts:bolts-android:1.4.0'
        compile 'com.parse:parse-android:1.13.0'
    }

然后,突然,它開始說:

Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
   > Could not find com.android.support:cardview-v7:23.2.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.pom
         https://jcenter.bintray.com/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.jar
     Required by:
         hamro-doctor-android:app:unspecified
   > Could not find com.android.support:support-v4:23.2.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
     Required by:
         hamro-doctor-android:app:unspecified
         hamro-doctor-android:app:unspecified > com.android.support:recyclerview-v7:22.2.0
         hamro-doctor-android:app:unspecified > com.android.support:appcompat-v7:22.2.0
         hamro-doctor-android:app:unspecified > com.android.support:design:22.2.0
         hamro-doctor-android:app:unspecified > com.android.support:palette-v7:22.2.0
   > Could not find com.android.support:support-v4:23.2.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
     Required by:
         hamro-doctor-android:app:unspecified > com.astuetz:pagerslidingtabstrip:1.0.1
   > Could not find com.android.support:support-v4:23.2.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
     Required by:
         hamro-doctor-android:app:unspecified > com.wdullaer:materialdatetimepicker:2.0.2
   > Could not find com.android.support:support-v4:23.2.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
     Required by:
         hamro-doctor-android:app:unspecified > com.facebook.android:facebook-android-sdk:4.10.1
   > Could not find com.android.support:cardview-v7:23.2.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.pom
         https://jcenter.bintray.com/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.jar
     Required by:
         hamro-doctor-android:app:unspecified > com.facebook.android:facebook-android-sdk:4.10.1
   > Could not find com.android.support:support-v4:23.2.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         https://jcenter.bintray.com/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/android/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom
         file:/home/yubraj/adt-bundle-linux-x86_64-20131030/sdk/extras/google/m2repository/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar
     Required by:
         hamro-doctor-android:app:unspecified > com.google.android.gms:play-services-analytics:8.4.0 > com.google.android.gms:play-services-basement:8.4.0

我不確定發生什么變化或什么原因導致這種情況開始發生。

我遇到了同樣的錯誤,然后我打開了我的android sdk管理器,並注意到一些更新正在處理中。 更新后一切都很好,我確實需要重新啟動“ mac”。

暫無
暫無

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

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