作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在一个项目中工作,我想使用约束!如果我使用它,当我想在 pohne 中构建 gradle 或安装 apk 时,我会遇到此错误:
“错误:在约束集中,无法找到属性 android:elevation”
这是我的 gradle 配置:
defaultConfig {
applicationId "application"
minSdkVersion 14
targetSdkVersion 17
versionCode 25
versionName "3.11"
}
我可以改变一些吗?有没有一种方法可以在不更改版本的情况下使用约束?谢谢
最佳答案
你可以尝试在build.grade中用compile'com.android.support.constraint:constraint-layout:1.0.1
编译。或者检查compileSdkVersion
到最新版本
关于android - 错误 :In <declare-styleable> ConstraintSet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43977041/
我是一名优秀的程序员,十分优秀!