导入项目的时候报错Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha7
Posted HaiyuKing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导入项目的时候报错Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha7相关的知识,希望对你有一定的参考价值。
问题描述
今天在导入项目的时候报错:
Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha7.
原因是:没有下载相应版本的ConstraintLayout。
解决方案
工具栏上选择 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:*****
以上是关于导入项目的时候报错Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha7的主要内容,如果未能解决你的问题,请参考以下文章
python导入第三方库schedule报错ERROR: Could not find a version that satisfies the requirement schedule (from(
用phpmailer发送邮件提示SMTP Error: Could not connect to SMTP host解决办法
weblogic10.3 启动报错 Unrecognized option: -jrockit Error: Could not create the Java Virtual Machine(示例代
selenium环境搭建:Error: could not find java.dll 报错问题
error: could not read CFBundleIdentifier from Info.plist (null)解决方法之一
pip install yaml报错ERROR:Could not find a version that satisfies the requirement yaml