3down votefavorite 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:…
在使用Android Studio的过程中需要添加依赖recyclerview,出现报错: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:recyclerview-v7:27.1.1. 报错原因: 添加依赖的方法错误.添加了不存在的依赖. 解决办法: 查看sdk文件夹中真实存在的依赖版本. 修改build.gradle文件,添加真实存在的依…