You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Exception: android.content.res.Resources$NotFoundException: File res/drawable-hdpi/tw_ic_bullet_key_permission_light.png from drawable resource ID #0x1080a3d: .xml extension required. If the resource you are trying to use is a vector resource, you may be referencing it in an unsupported way
#135
Open
mochadwi opened this issue
May 16, 2020
· 1 comment
Fatal Exception: android.content.res.Resources$NotFoundException: File res/drawable-hdpi/tw_ic_bullet_key_permission_light.png from drawable resource ID #0x1080a3d: .xml extension required. If the resource you are trying to use is a vector resource, you may be referencing it in an unsupported way. See AppCompatDelegate.setCompatVectorFromResourcesEnabled() for more info.
at android.content.res.Resources.loadColorStateList(Resources.java:3619)
at android.content.res.TypedArray.getColorStateList(TypedArray.java:343)
at com.airbnb.paris.typed_array_wrappers.TypedArrayTypedArrayWrapper.getColorStateList(TypedArrayTypedArrayWrapper.kt:34)
at android.view.ViewStyleApplier.processAttributes(ViewStyleApplier.java:104)
at com.airbnb.paris.StyleApplier.apply(StyleApplier.kt:60)
at android.widget.TextViewStyleApplier.applyParent(TextViewStyleApplier.java:42)
at com.airbnb.paris.StyleApplier.apply(StyleApplier.kt:47)
at com.airbnb.paris.StyleApplier.apply(StyleApplier.kt:40)
at com.airbnb.paris.extensions.TextViewStyleExtensionsKt.style(TextViewStyleExtensions.kt:42)
Questions:
Is this due to my wrong implementation when using airbnb paris?
Let me know if you guys need more information.
The text was updated successfully, but these errors were encountered:
Info:
Devices:
AS & AGP: 3.6.3
Gradle Wrapper: 5.6.1
Reproduce:
StyleExt.kt
AbcFragment.kt
styles.xml
button_disable_grey.xml
drawable-v21/ripple_effect_button_light_gold.xml
drawable/ripple_effect_button_light_gold.xml
Error Log:
Questions:
Is this due to my wrong implementation when using airbnb paris?
Let me know if you guys need more information.
The text was updated successfully, but these errors were encountered: