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?

asked Jul 9 at 17:32
Hari Krishnan

1,39311733
 
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.

answered Jul 9 at 17:40
CommonsWare

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

最新文章

  1. C#.NET 大型通用信息化系统集成快速开发平台 4.1 版本 - 忘记密码功能改进、手机短信、电子邮件
  2. /proc/sysrq-trigger该文件能做些什么事情-转载
  3. C++: read access data using ADOX.DLL and System::Data::OleDb
  4. 实用SQL
  5. iOS开发-微博客户端-基本界面搭建(01)
  6. WTF,这到底是在做什么?
  7. AC自动机算法详解
  8. 图解 交集(join)和 合并(union)
  9. MySQL数据库获取多个汉字拼音的首字母函数
  10. spring IOC源码分析(1)
  11. JQuery Ajax 在asp.net中使用小结
  12. 转:JS在文本域鼠标指定位置插入文本-柯乐义
  13. OC学习那些事:点语法
  14. PGM:图模型学习概述
  15. 《linux就该这么学》第十五节课:第14,15章,dhcp服务和邮件系统
  16. inputClient.js
  17. JavaScript·aJax
  18. c#gridcontrol 的一些设置
  19. (转)Db2 数据库性能优化中,十个共性问题及难点的处理经验
  20. oracle not in minus 取到的结果集不同

热门文章

  1. HTML基础 img标签 做一个图库
  2. SERVLET API中转发与重定向的区别?
  3. grep正则表达式(二)
  4. 推荐Html Table和Markown互转的网站Table Convert Online
  5. ExtJS5.0 菜鸟的第一天
  6. spring-boot整合Mybatis多数据源案例
  7. linux系统下tomcat应用开机自启动 配置
  8. NOIp 数据结构专题总结 (2):分块、树状数组、线段树
  9. php 封装原生数据导出的方法(csv文件格式)和csv文件中长数字自动变成科学计数法的处理
  10. 20141211--C# 构造函数