Could not resolve com.github.CanHub:Android-Image-Cropper:3.2.1
See original GitHub issueHi @Canato, I’m having the next problem implementing the cropper library, I’m working with the next version:
implementation 'com.github.CanHub:Android-Image-Cropper:3.2.1'
But I’m still having the next fail:
Thank you for your help.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
expo-image-picker --> Could not resolve com.github.CanHub ...
Summary [stderr] FAILURE: Build failed with an exception. [stderr] * What went wrong: [stderr] Could not determine the dependencies of task ...
Read more >Getting Failed to resolve: com.github while adding my library ...
Now, I am trying to import it on other project. Following are my gradle files that are not compiling. // Top-level build file...
Read more >Gradle not able to resolve dependency from private github ...
I am facing the same issue. I am using Bit bucket for private repo. Bitbucket does provide http authentication. When I checked ~.gradle...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have fixed the problem by adding the following line in my gradle:
maven { url 'https://jitpack.io' }
I have confused the repositories and was working with one where the above line is not mentioned.
By the way, thank you very much with the help informing me of the correct implementation of it:
implementation 'com.github.CanHub:Android-Image-Cropper:3.2.1'
Now everything works correctly.
@zihadrizkyef you don’t have this
On your first gradle, need to be in
allprojects