运行demo提示错误:
Error:(27, 13) Failed to resolve: com.android.support.constraint:constraint-layout:1.0.2
是你的androidStudio 要安装插件才可以运行这个包。
详细步骤说:
a. 点击Tools>android>SDK Manager
b. 点击SDK Tools标签
c.选择show pack details,找到support repository->constraintlayout for android下面可以看到现在你 的系统需要安装constraint-layout的版本,根据这个安装你当前系统的相应版本。
d.选择你想安装的版本。
安装完你的插件就OK了。
原文地址:https://www.cnblogs.com/rocksmall/p/8330326.html
时间: 2024-10-14 11:47:17