2016-03-24 97 views
0

我不知道该怎么办;我卡住了。我有以下的依存关系,而一切都被罚款前工作:Android/Gradle构建失败:无法找到依赖关系

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 

我不知道发生了什么变化或者是什么原因导致这开始发生。

+0

您已经包含了依赖关系,但Gradle无法找到这些依赖关系来下载它们。 –

+1

可能的重复http://stackoverflow.com/q/29284236/18157 –

+1

谢谢吉姆garrison,我认为谷歌播放服务可能需要v23.2.0,我更新了我的SDK和它现在的工作。感谢这个朋友。 –

回答

2

我得到了同样的错误,然后我打开了我的android sdk管理器,发现有些更新正在等待处理。所有更新后,我确实需要重新启动我的“mac”。

+0

你是对的,我后来注意到我使用的库是使用最新的sdk,我没有安装,所以安装后一切都很顺利。 –

相关问题