[BUG] - Could not find com.github.canhub:android-image-cropper:4.1.0.
See original GitHub issuerepositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url "https://jitpack.io" }
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
}
I have several project with the same issue!
ext {android_image_cropper_version = "4.1.0"}
// Android-Image-Cropper
implementation "com.github.canhub:android-image-cropper:$android_image_cropper_version"
Gradle Sync works as expected and library seem to download perfectly no errors BUT: Upon Build->Rebuild Project the Error occurs
Further Investigation reveals in External Libraries “Gradle:com.github” does not exist - I can see al my other implemented Libraries there
there fore Gradle is correct in NOT finding it!
I am using
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
Android Studio Bumblebee | 2021.1.1 Patch 1
Build #AI-211.7628.21.2111.8139111, built on February 1, 2022
Runtime version: 11.0.11+9-b60-7590822 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.instant.shutdown=false, ide.balloon.shadow.size=0
Non-Bundled Plugins: wu.seal.tool.jsontokotlin (3.7.2), org.jetbrains.kotlin (211-1.6.10-release-923-AS7442.40), com.developerphil.adbidea (1.6.4), de.ohmesoftware.parcelablegenerator (0.7.1), org.intellij.plugins.markdown (211.7142.37)
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Gradle Build Error: Could not find com.github.chrisbanes ...
I have tried to implement the simple example in the readme using Glide but I get this error: Could not find ...
Read more >Could not find com.github.imperiumlabs:GeoFirestore-Android ...
I've solved this error by putting maven { url 'https://jitpack.io' } this line of code into settings.gradle (repositories) and removing the ...
Read more >SpotBugs
Find bugs in Java Programs. Check it out on GitHub. SpotBugs is a program which uses static analysis to look for bugs in...
Read more >Bug tracking & new features development by mastering ...
Milestones, Labels & Assignees. At some point, you're going to have many issues and you may find it hard to find a specific...
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 finally found the Solution: With Android Studio Bumblebee, you must make this steps:
build.gradle
settings.gradle
It works for me after that and I can Import the library inside XML
It solved my problem. Thank you so much