will come true

[Android] res/values/color.xml 파일에 color 리소스 추가 시 오류 해결 : The color _ in values has no declaration in the base values folder 본문

Android

[Android] res/values/color.xml 파일에 color 리소스 추가 시 오류 해결 : The color _ in values has no declaration in the base values folder

haehyun 2022. 3. 8. 17:11

오류

res/values/color.xml 파일에 다음처럼 color 리소스를 추가하는 과정에서 빨간 밑줄이 표시되며 아래와 같은 오류 메시지가 표시된다.

The color "colorAccent" in values has no declaration in the base values folder

 

해결

1. [File] > [Invalidate Caches / Restart...] 캐시 무효화 / 다시시작
*말 그대로 안드로이드 스튜디오를 다시 시작하기 때문에 중요한 파일이 있다면 미리 저장해둔 뒤 클릭하자.

2. 빨간줄이 제거되고, 오류가 해결된다.

Comments