Join Slack
Powered by
I’ve created a custom view that is using data bind...
# android-databinding
d
David Miguel
07/08/2020, 1:49 PM
I’ve created a custom view that is using data binding. When I use the custom view in a layout it works perfectly in a device, but I cannot manage to have a working layout preview. I always get the following exception:
ClassNotFoundException: androidx.databinding.DataBinderMapperImpl
any idea how to solve it?
David Miguel
07/08/2020, 1:50 PM
I’ve already tried clean/rebuild/invalidate caches etc.
a
aipok
07/09/2020, 6:08 PM
Usually this error means that you have an error in your layout file.
44
Views
Open in Slack
Previous
Next