개발/Android Studio 에러

Vector Asset 아이콘 안보임 현상

스몰스테핑 2024. 12. 19. 10:15

캡쳐를 안해서 구글링해 온 같은 케이스 1

 

안드로이드 스튜디오에서 Vector Assets을 통해 Icon을 추가하고 할때 위와 같이 아이콘이 존재하지 않거나, 봤던 아이콘이 안보이거나, 아이콘 개수가 너무 적은 경우가 있다.

 

구글링 결과, 고질병인거 같은데 여전히 발생하는 현상인가보다.

 

자신의 android sdk가 설치된 장소를 가면 icons metadata가 있는데 이를 삭제하고 다시보면 된다고 한다.

대략적인 파일 경로 경로
sdk/icons/material/icons_metadata.txt

 

나의 경우, timer 아이콘을 추가하고 timer-off 아이콘을 추가하려 했더니, timer-off 아이콘이 사라진 현상이었다.

참 당황스러운 경험이다

 

https://stackoverflow.com/questions/64382564/how-i-fix-nothing-to-show-in-my-vector-asset-in-android-studio

 

How I fix NOTHING TO SHOW in my vector asset in android studio

I want to add a new vector asset. I am trying to add a clipArt but it only shows in the dialog box "Nothing to show". No icon is showing and I want to add an icon. I don't know to fix this.

stackoverflow.com