navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to resolve com.github.navasmdc:MaterialDesign:1.5

horaltirane opened this issue · comments

Hi,

Failed to resolve com.github.navasmdc:MaterialDesign:1.5

+1

+1 since a few minutes

Same here both failed
compile 'com.github.navasmdc:MaterialDesign:1.+@aar'
compile 'com.github.navasmdc:MaterialDesign:1.5@aar'

Same here, started happening today.

Works now for me.

Still not working (1.+ and 1.5). @dhavaln, have you done something special?

@norman-kapschefsky nothing particularly, i did clean & build again and the error is gone.

Just to cross check, I just did another clean/build and it still works.

(I am using - compile 'com.github.navasmdc:MaterialDesign:1.5@aar')

One more lib was giving same error for me, so I initially thought it is some connectivity issue during build.

After quit, restart, clean and build.

Error:A problem occurred configuring project ':app'.
> Could not GET 'https://jcenter.bintray.com/com/github/navasmdc/MaterialDesign/1.5/MaterialDesign-1.5.pom'.
> peer not authenticated

Same here:

Error:A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugCompile'.
Could not resolve com.github.navasmdc:MaterialDesign:1.5.
Required by:
wikiopps:app:unspecified
> Could not GET 'https://jcenter.bintray.com/com/github/navasmdc/MaterialDesign/1.5/MaterialDesign-1.5.pom'.
> peer not authenticated
> Could not GET 'https://jcenter.bintray.com/com/github/navasmdc/MaterialDesign/1.5/MaterialDesign-1.5.pom'.
> peer not authenticated

Tried to clean and build, restarted Android Studio, nothing.

The whole MaterialDesign directory is missing in http://repo.jfrog.org/artifactory/libs-release-bintray/com/github/
:/

I have the same problem.

Add jcenter() to repositories if you don't have it already. It started working after a clean/rebuild

repositories {
jcenter()
}

dependencies {
compile 'com.github.navasmdc:MaterialDesign:1.5@aar'
}

If it helps, i am not using any specific repo for jcenter:

repositories {
jcenter()
}

For me it works again. Did nothing. Just gradle sync. Hope you guys will get it back as well.

It work again. Just gradle sync????

Thanks for resolving this issue !
It works fine now (just clean & build )

Thanks....
It Works for me.

+1.but how to solve this problem?