TextDrawable icon indicating copy to clipboard operation
TextDrawable copied to clipboard

Cannot resolve dependency with gradle

Open TimCastelijns opened this issue 8 years ago • 4 comments

Whatever I try, I always get

Error:(28, 13) Failed to resolve: com.amulyakhare:com.amulyakhare.textdrawable:1.0.1
Show in File  
Show in Project Structure dialog

I tried all combinations of

repositories {
    jcenter()
    mavenCentral()
}

put them in both gradle files. In buildscript {}, in allprojects{} and in the root of the app's gradle, it simply won't work. I can resolve any other 3rd party dependecy, but not this one.

I don't know if more people have experienced this issue, I can't find anything on google. Any help is greatly appreciated.

Gradle version is 1.3.0

TimCastelijns avatar Sep 03 '15 21:09 TimCastelijns

I have the same issue.

Error:Failed to find: 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' Open File

elviskc091 avatar Oct 19 '15 21:10 elviskc091

Hi! I experienced something similar. When using the repository suggested in the README: 'http://dl.bintray.com/amulyakhare/maven' gradle won't sync (stuck on resolving dependencies).

If I remove this repository though it syncs fine. Maybe it loads the repo from jcenter? I'm not sure, but something is definitely broken with this.

balazsgerlei avatar Nov 02 '15 09:11 balazsgerlei

Same issue.

Dima564 avatar Nov 06 '15 12:11 Dima564

it would be great to have this on jcenter! Its already on bintray, and its free software, so it should be easy to do!

eighthave avatar Sep 11 '17 14:09 eighthave