SimpleCropView icon indicating copy to clipboard operation
SimpleCropView copied to clipboard

Failed to resolve: com.isseiaoki:simplecropview:1.1.7

Open lockholmesher opened this issue 1 year ago • 5 comments

Suddenly recently I can't load libraries via jcenter() anymore. Please help me.

Failed to resolve: com.isseiaoki:simplecropview:1.1.8 Show in Project Structure dialog Affected Modules: app

lockholmesher avatar Sep 07 '24 23:09 lockholmesher

same here!

mianaliasjad avatar Sep 09 '24 03:09 mianaliasjad

remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }

this will resolve this issue

umairsaeed007 avatar Sep 12 '24 21:09 umairsaeed007

remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }

this will resolve this issue

This works. Thanks.

kolappannathan avatar Sep 22 '24 08:09 kolappannathan

remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }

this will resolve this issue

You are a savior man. Thanks a lot.

k4vrin avatar Feb 02 '25 15:02 k4vrin

remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }

this will resolve this issue

I should insert this in the build.gradle file? In which section: buildscript > repositories or in allprojects > repositories? I still have this issue even adding the maven uri

vittxr avatar Feb 11 '25 15:02 vittxr