I'm working in a project and I would like to use Constraint! If I use it, when i want build the gradle or intall the apk in a pohne, i've this error:
"Error:In ConstraintSet, unable to find attribute android:elevation"
This is my gradle configuration:
defaultConfig {
applicationId "application"
minSdkVersion 14
targetSdkVersion 17
versionCode 25
versionName "3.11"
}
Can i change sometigh? There is a way to use constraint without change the version? Thanks