博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
问题解决-Failed to resolve: com.android.support.constraint:constraint-layout:1.0.0-alpha7
阅读量:5749 次
发布时间:2019-06-18

本文共 757 字,大约阅读时间需要 2 分钟。

Failed to resolve: com.android.support.constraint:constraint-layout:1.0.0-alpha7     依赖constraintLayout报错

1.原因分析:

  使用ConstraintLayout需要在gradle中添加依赖。

    compile'com.android.support.constraint:constraint-layout:1.0.0-alpha7'

clone别人的项目时发现报错误:

    Failed to resolve:com.android.support.constraint:constraint-layout:1.0.0-alpha7        或     Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha7
      是因为AndroidStudio更新到2.3版本,ConstraintLayout跟着更新到了1.0.1,所以报错了     2.解决办法:  工具栏上选择 Tools --> Android -->SDK Manager 切换到SDK Tools选项    在右下角处勾选 Show Package Details,    在Support Repository下的ConstraintLayout for Android 和 Solver for ConstraintLayout 中选中自己需要的版本(gradle中依赖的版本)    点OK,再同步gradle就可以了。

依赖ConstraintLayout报错,Could not find *****,Failed to resolve:*****

 

转载于:https://www.cnblogs.com/zly1022/p/7771544.html

你可能感兴趣的文章
replace函数结合正则表达式实现转化成驼峰与转化成连接字符串的方法
查看>>
ubuntu 初学常用命令
查看>>
WCF客户端与服务端通信简单入门教程
查看>>
判断是否含有中文
查看>>
MyEclipse Web开发教程:XML & XML架构(一)
查看>>
linux文件权限与属性的更改
查看>>
Jquery绑定事件
查看>>
android 资源种类及使用
查看>>
Explorer程序出错
查看>>
log4j2性能剖析
查看>>
修改系统时间 ubuntu
查看>>
Centos7同时运行多个Tomcat
查看>>
使用CocoaPods过程中的几个问题
查看>>
我的友情链接
查看>>
mysql数据类型---数值型---int
查看>>
为eclipse安装maven插件
查看>>
公司新年第一次全员大会小记
查看>>
最懒的程序员
查看>>
JAVA8 Stream 浅析
查看>>
inner join on, left join on, right join on要详细点的介绍
查看>>