a-student / BetterVectorDrawable

The VectorDrawable implementation for Android 4.0+
151 stars 22 forks source link

Not working, Xiaomi Redmi 2 #20

Open mimoccc opened 8 years ago

mimoccc commented 8 years ago

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????

mimoccc commented 8 years ago

Problem detail: https://code.google.com/p/android/issues/detail?id=79325