Failed to resolve: com.android.support.design:25.4.0

后端 未结 11 1380
误落风尘
误落风尘 2020-12-01 07:30

I added the following line to my build.gradle(Module:app):

compile \'com.android.support:design:25.4.0\' 

But when executing Gradle I\'m ge

11条回答
  •  情话喂你
    2020-12-01 07:47

    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
    
    I am trying to include this library to my project by adding
    
    compile 'jp.wasabeef:recyclerview-animators:2.2.7'
    
    so remove this line from gradle
    my error just resolved
    

提交回复
热议问题