Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Android Studio: Failed to resolve #88

Open
antoniodisanto92 opened this issue Jan 11, 2016 · 3 comments
Open

Android Studio: Failed to resolve #88

antoniodisanto92 opened this issue Jan 11, 2016 · 3 comments

Comments

@antoniodisanto92
Copy link

Hi,

From today it's impossible to reach the library in the maven. Android studio give me this output:

"Failed to resolve: com.nineoldandroids:library:2.4.0+".

Is it a problem with Maven or the library is - at the moment - down in the maven central?

Thanks.

@andy199609
Copy link

I have this problem too. How to solve this problem?

@jordond
Copy link

jordond commented Jan 11, 2016

Encountering the same problem. Found a fix courtesy of this.

Changing
compile 'com.nineoldandroids:library:2.4.+'
to
compile 'com.nineoldandroids:library:2.4.0'
worked for me.

@rsv355
Copy link

rsv355 commented Jan 22, 2016

Worked for me thanks to @iballan

compile 'com.nineoldandroids:library:2.4.0'
compile ('konifar:fab-transformation:1.0.0') {
exclude group: 'com.nineoldandroids', module: 'library'
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants