别裁伪体亲风雅,转益多师是汝师。这篇文章主要讲述Failed to resolve com.android.support:support-compat:25.4.0相关的知识,希望能为你提供帮助。
3down votefavorite | I am trying to include
this
library to my project by adding
to the dependencies. When the graddle sync happens an error produced like below Failed to resolve com.android.support:support-recycleriew-v7:25.4.0The graddle dependencies looks like
What is wrong here? 文章图片 android android-gradle android-support-library
|
|||
add a comment |
up vote16down voteaccepted |
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】These are in the new Google Maven repo. Add maven { url "https://maven.google.com" }
to your
repositories
closure, as shown in
the documentation.
|
||||
|
推荐阅读
- App内嵌H5页面联调接口
- android things sample(sample-button-master)测试
- spring boot: 一般注入说明 @Component, application event事件为Bean与Bean之间通信提供了支持
- Android 使用shape定义不同控件的的颜色背景色边框色
- SpringMVC---RequestMapping注解类的使用方法
- call apply
- wifi 安卓手机
- Android remote gdb
- How to download and compile Android kernel goldfish ?