Some of my vector drawables get converted to png images during apk compilation. (I assume that is because they contain features only supported in api >= 24)
That is fine but when i use vectorResource(id=...) than it works only in api levels >= 24 and in api levels < 24 i have to use imageResource(id=...)
What is the recommended way of doing this things?
Just to be clear. Other vector drawable icons working in api < 24. Just a few get converted to pngs
c
cb
07/22/2020, 11:08 AM
Do you have the vector -> PNG generation turned off?