-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle is not able to resolve the 'implementation 'com.todkars:shimmer-recyclerview:0.4.1'.It is perfectly resolving the facebook shimmer effect. #10
Comments
this error specifically occurs with the new release of android studio |
Add these to settings.gradle file for newer versions of android studio. |
Could you upload the library to maven central? jcenter is deprecated |
this works after adding only |
This worked for me too. Thanks |
It doesn't work for me even after adding above solutions. Does anyone has solution for this? |
This worked for me too. Thank you❤️ |
Thank You. This Worked For Me. |
This works for me in JDK 11. repositories { And add the dependencies instead of the old one implementation 'com. facebook.shimmer:shimmer:0.5.0' |
hi guys .. after i have update my android Studio to the latest version 2024.2.1 i have same Error... i had already added mavenCentral() but same error |
Describe the bug
Gradle is not able to resolve the 'implementation 'com.todkars:shimmer-recyclerview:0.4.1'.It is perfectly resolving the facebook shimmer effect .
In the xml file I can use Shimmer frame layout but not able to use shimmer recycler view.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: