Can't process attribute android:fillColor="@android:color/white" 에러
2020. 8. 2. 17:34
위와 같은 에러가 발생할 경우
build.gradle(module:app)에 코드를 추가시켜주면 됩니다.
defaultConfig{
vectorDrawables.useSupportLibrary = true
}
'안드로이드 > Android 에러' 카테고리의 다른 글
[Android] ConstraintLayout Widget 에러 (0) | 2020.08.31 |
---|