Fast-Android-Networking icon indicating copy to clipboard operation
Fast-Android-Networking copied to clipboard

Failed to resolve:

Open okdude24 opened this issue 3 years ago • 11 comments

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

okdude24 avatar Oct 30 '22 12:10 okdude24

Facing Same Problem

vmc111 avatar Oct 30 '22 21:10 vmc111

I have also facing same issue.

chinmaydash007 avatar Oct 31 '22 06:10 chinmaydash007

same. this has to be moved to mavenCentral

paladin952 avatar Oct 31 '22 17:10 paladin952

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

jimfoambox avatar Oct 31 '22 18:10 jimfoambox

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.

paladin952 avatar Oct 31 '22 19:10 paladin952

++ to move

Crustus avatar Nov 11 '22 20:11 Crustus

use this will resolve the error

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

pioneersingh321 avatar Dec 03 '22 07:12 pioneersingh321

Same Problem Here!

danaibrilli avatar Dec 07 '22 00:12 danaibrilli

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

anilthummar avatar Jan 22 '23 08:01 anilthummar

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

sem eroor hai to bhi

Dharmiksinhvaja15032004 avatar Sep 19 '23 06:09 Dharmiksinhvaja15032004

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

pioneersingh321 avatar Sep 19 '23 16:09 pioneersingh321