The project I work with has a lot of customization and a lot of components with attributes from different internal libraries. I have to create a custom dialog and set a specific theme on it. I can't pinpoint which attributes are missing from the components used inside and fail to launch my dialog.
I've got this error :
Failed to resolve attribute at index 5: TypedValue{t=0x2/d=0x7f0401c8 a=7}
Is it possible to find the exact attribute name from this error ? What does t
, d
and a
means ?