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: com.isseiaoki:simplecropview:1.1.7 #172

Open
lockholmesher opened this issue Sep 7, 2024 · 5 comments
Open

Failed to resolve: com.isseiaoki:simplecropview:1.1.7 #172

lockholmesher opened this issue Sep 7, 2024 · 5 comments

Comments

@lockholmesher
Copy link

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

@mianaliasjad
Copy link

same here!

@umairsaeed007
Copy link

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

this will resolve this issue

@kolappannathan
Copy link

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.

@k4vrin
Copy link

k4vrin commented Feb 2, 2025

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.

@vittxr
Copy link

vittxr commented Feb 11, 2025

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

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

6 participants