https://kotlinlang.org logo
m

Marko Novakovic

05/05/2021, 6:48 PM
am trying to load animated vector drawable from the resources like this
animatedVectorResource(id = R.drawable.vector_name)
but am getting
Resource not found: can't load resource 0x0
. I have resource inside
R.drawable
folder what is the problem here?