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

Failed to resolve: #594

Open
okdude24 opened this issue Oct 30, 2022 · 11 comments
Open

Failed to resolve: #594

okdude24 opened this issue Oct 30, 2022 · 11 comments

Comments

@okdude24
Copy link

okdude24 commented Oct 30, 2022

Hello, the module cannot be downloaded
Mac operating system
error:Failed to resolve: com.amitshekhar.android:android-networking:1.0.2

https://s6.uupload.ir/files/screen_shot_2022-10-30_at_4.11.39_pm_ec7f.png

Screen Shot 2022-10-30 at 4 11 39 PM

@vmc111
Copy link

vmc111 commented Oct 30, 2022

Facing Same Problem

@chinmaydash007
Copy link

I have also facing same issue.

@paladin952
Copy link

same. this has to be moved to mavenCentral

@jimfoambox
Copy link

To @paladin952 's point, I have had build errors since yesterday with the same issue and it appears to be because Jcenter is down. https://status.gradle.com/

@amitshekhariitbhu this is a great library, thank you for all your hard work on it, but I think for it to continue, as with all jcenter libraries, it has to move to mavenCentral because even though Jfrog has stated the read-only version of jcenter will be available (for now), I think the writing is on the wall that jcenter will eventually become unusable and support for outages such as this current one will fade more and more with time.

https://blog.gradle.org/jcenter-shutdown

@paladin952
Copy link

paladin952 commented Oct 31, 2022

I suggest you guys check in your ~/.gradle/caches (or the internet) the .aar and put it manually in the project until there is a fix for this.

@Crustus
Copy link

Crustus commented Nov 11, 2022

++ to move

@pioneersingh321
Copy link

pioneersingh321 commented Dec 3, 2022

use this will resolve the error

allprojects {
repositories {
google()
mavenCentral()
maven {
url = "https://jcenter.bintray.com"
}
}
}

@danaibrilli
Copy link

Same Problem Here!

@anilthummar
Copy link

add this lib
implementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2'

@Dharmiksinhvaja15032004

add this lib implementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2'

sem eroor hai to bhi

@pioneersingh321
Copy link

pioneersingh321 commented Sep 19, 2023

add dependencies
{ implementation 'com.amitshekhar.android:android-networking:1.0.2' }
and add this

android ->build.gradle file

allprojects { repositories { google() mavenCentral() jcenter() } }

its working for me

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

No branches or pull requests

10 participants