您的位置:首页 > 博客中心 > APP开发 >

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

时间:2022-03-13 20:09


3  

I am trying to include  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?

  
    asked Jul 9 at 17:32 技术分享图片 1,39311733
 

1 Answer

16accepted
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 .

answered Jul 9 at 17:40 技术分享图片 693k11916871732
 
    
it was recyclerview-v7:25.4.0. That was a typing error. and it works now. thanks. –  

相关推荐

电脑软件

本类排行

今日推荐

热门手游