Drawable d = VectorDrawableCompat.inflate(true, res, ICON_RES_ID);
log:
VectorDrawableCompat: Inflating resource with id #0x7f020081 (system handling: false)
step 1: static VectorDrawable create(...
try {
final XmlPullParser parser = resources.getXml(rid);
log:
android.content.res.Resources$NotFoundException: File res/drawable-xhdpi-v4/ic_location_on.png from xml type xml resource ID #0x7f020081
Drawable d = VectorDrawableCompat.inflate(true, res, ICON_RES_ID);
log: VectorDrawableCompat: Inflating resource with id #0x7f020081 (system handling: false)
step 1: static VectorDrawable create(... try { final XmlPullParser parser = resources.getXml(rid); log: android.content.res.Resources$NotFoundException: File res/drawable-xhdpi-v4/ic_location_on.png from xml type xml resource ID #0x7f020081
png????