Unrelated to Kotlin, but I’m using `drawableLeft` ...
# android
r
Unrelated to Kotlin, but I’m using
drawableLeft
in CheckBox to apply a Vector drawable XML but I’m getting this error:
Caused by: android.content.res.Resources$NotFoundException: File res/drawable/ic_fragile_item.xml from drawable resource ID #0x7f02007c
. What is the issue? I’m using gradle:2.1.2, buildToolsVersion "24.0.0"