Hi,
I am using binding adapter methods to pass 1 imageUrl and 1 placeHolder drawable in image view like this.
and my binding adapter method is like this:
and here is my vector drawable:
it works perfectly fine for android 10 API level 30, and crashing for android 21 and 22 (as far I have tested ) giving resource not found error error:
Please help