iammert / MultiSearchView

Yet another built-in animated search view for Android.
1.22k stars 86 forks source link

Cannot find databinding #2

Closed rgocal closed 4 years ago

rgocal commented 5 years ago

I tried implementing this library in my project and it compiled correctly but crashed when the app started and said something about not finding a databinding class.

ClassNotFoundException: Didn't find class "androidx.databinding.DataBinderMapperImpl"

saadheikh commented 5 years ago

not working Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve androidx.appcompat:appcompat:1.0.0.

mertceyhan commented 4 years ago

I couldn't repeat this error. Could you update the library with implementation 'com.github.iammert:MultiSearchView:0.3'. We migrated the project to androidx, the error could be related to androidx. @rgocal

rgocal commented 4 years ago

Il have to try a sample project sometime

rgocal commented 4 years ago

ok, its working without any problems now. well done