Failed to resolve com.android.support:support-compat:25.4.0

Posted weizhxa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Failed to resolve com.android.support:support-compat:25.4.0相关的知识,希望对你有一定的参考价值。


I am trying to include this library to my project by adding

compile ‘jp.wasabeef:recyclerview-animators:2.2.7‘

to the dependencies. When the graddle sync happens an error produced like below

Failed to resolve com.android.support:support-recycleriew-v7:25.4.0

Failed to resolve com.android.support:support-compat:25.4.0

Failed to resolve com.android.support:support-core-ui:25.4.0

The graddle dependencies looks like

dependencies {
compile fileTree(dir: ‘libs‘, include: [‘*.jar‘])
compile ‘com.android.support:appcompat-v7:25.3.1‘
compile ‘com.android.support:design:25.3.1‘
compile ‘com.android.support:support-v4:25.3.1‘
compile ‘com.android.support:recyclerview-v7:25.4.0‘
compile ‘com.android.support:cardview-v7:25.3.1‘
compile ‘com.android.volley:volley:1.0.0‘
compile ‘com.fasterxml.jackson.core:jackson-databind:2.8.5‘
compile ‘com.fasterxml.jackson.core:jackson-core:2.8.5‘
compile ‘com.fasterxml.jackson.core:jackson-annotations:2.8.5‘
compile ‘com.android.support:support-core-ui:25.4.0‘
compile ‘com.android.support:support-compat:25.4.0‘
compile ‘jp.wasabeef:recyclerview-animators:2.2.7‘

}

What is wrong here?

shareimprove this question
 
Failed to resolve com.android.support:support-recycleview:25.4.0

There is no library by that name. There is com.android.support:recyclerview-v7:25.4.0.

Failed to resolve com.android.support:support-compat:25.4.0
Failed to resolve com.android.support:support-core-ui:25.4.0

These are in the new Google Maven repo. Add maven { url "https://maven.google.com" } to your repositories closure, as shown in the documentation.

shareimprove this answer
 
    
it was recyclerview-v7:25.4.0. That was a typing error. and it works now. thanks. – Hari Krishnan Jul 9 at 17:47

以上是关于Failed to resolve com.android.support:support-compat:25.4.0的主要内容,如果未能解决你的问题,请参考以下文章

关于Failed to resolve的问题解决

关于Failed to resolve的问题解决

Android Studio:Failed to resolve ***

Vue.js报错Failed to resolve filter问题原因

vue启动项目的报错:Failed to resolve loader: less-loader You may need to install it.

Failed to resolve filter报错原因