Android 런타임 오류: In ConstraintSet
1006 단어 android 구덩이 묻기
In ConstraintSet,unable to find attribute android:elevation
Execution faild for task
>com.android.ide.common.process.ProcessException:Failed to execute aapt
BUILD FAILED
한참을 답답했다. 원래는 자동으로 ConstraintLayout 레이아웃을 만들 때 프로젝트build.greadle에 자동으로 도입됐어요.
compile 'com.android.support.constraint:constraint-layout:1.0.2'
루트 레이아웃은ConstraintLayout을 사용하는 것을 권장한다는 뜻이다. 여기서 두 가지 방법이 있다. 첫째, 루트 레이아웃을ConstraintLayout 2로 직접 바꾸고compile이 도입한 패키지를 직접 삭제한다.