Skip to content
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

Open
AntrikshBatra opened this issue Feb 8, 2022 · 8 comments

Comments

@AntrikshBatra
Copy link

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:

  1. Go to '...'

  2. Click on '....'

  3. Scroll down to '....'

  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Screenshot (3)
Screenshot (2)

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@kimiti
Copy link

kimiti commented Feb 26, 2022

this error specifically occurs with the new release of android studio

@akhil-coder
Copy link

akhil-coder commented Mar 6, 2022

Add these to settings.gradle file for newer versions of android studio.
repositories {
jcenter()
maven { url "https://jitpack.io" }
}

@sarathn91
Copy link

Could you upload the library to maven central? jcenter is deprecated

@ammarme
Copy link

ammarme commented Dec 23, 2022

this works after adding only
jcenter()

@UlasGuneyGenc
Copy link

Add these to settings.gradle file for newer versions of android studio. repositories { jcenter() maven { url "https://jitpack.io" } }

This worked for me too. Thanks

@apprajapati9
Copy link

It doesn't work for me even after adding above solutions.
It shows me, "Could not find com.todkars:shimmer-recyclerview:0.4.1"

Does anyone has solution for this?

@MhammadAli
Copy link

Add these to settings.gradle file for newer versions of android studio. repositories { jcenter() maven { url "https://jitpack.io" } }

This worked for me too. Thank you❤️

@kunjjann
Copy link

kunjjann commented Feb 8, 2024

Add these to settings.gradle file for newer versions of android studio. repositories { jcenter() maven { url "https://jitpack.io" } }

Thank You. This Worked For Me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
9 participants