MaterialSearchBar
MaterialSearchBar copied to clipboard
Could not find MaterialSearchBar.aar (com.github.mancj:MaterialSearchBar:0.7.6).
I am getting an exception while trying to build my project because MaterialSearchBar.aar cannot be found under com.github.mancj:MaterialSearchBar:0.7.6
Error:FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find MaterialSearchBar.aar (com.github.mancj:MaterialSearchBar:0.7.6).
Searched in the following locations:
https://jitpack.io/com/github/mancj/MaterialSearchBar/0.7.6/MaterialSearchBar-0.7.6.aar
It seems that the build for that specific version has failed and that is the reason the library cannot be found.
Here are the logs:
- https://jitpack.io/com/github/mancj/MaterialSearchBar/0.7.6/build.log
In the meantime, I have downgraded to the 0.7.5 version and it seems to be working good.
implementation 'com.github.mancj:MaterialSearchBar:0.7.5'
Experiencing then same problem too had to downgrade as @jmam6392 suggested.
I added implementation 'com.github.mancj:MaterialSearchBar:0.7.5' to my build.gradle(app) file and also maven{url "https://jitpack.io"} to my build.gradle(...) but the search bar does not show up in my design view
@kelechiokwuriki I have the same problem as you, it's not showing anything at all, did you find any fix for the issue? please let me know, thank you.