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

Error:Failed to resolve: com.nineoldandroids:library:2.4.+

a741762308 opened this issue · comments

Error:Failed to resolve: com.nineoldandroids:library:2.4.+
Open File
Show in Project Structure dialog

Hello, same problem this morning, just replace the "+" to "0"

Hello, same problem this morning, just replace the "+" to "0"
not work

I've added the "MaterialDesignLibrary" locally and the modification in build.gradle of "+" in "0" work on my project.

But if you add the library with Maven, i've just added "
compile 'com.nineoldandroids:library:2.4.0' " in my app build.gradle

Sry for my poor english but i'm not native

This fixed it, thanks.

repositories {
jcenter()
maven { url "https://jitpack.io" }
}

dependencies {
compile 'com.github.anasanasanas123:MaterialDesignLibrary:1.7'
}

add compile 'com.github.anasanasanas123:MaterialDesignLibrary:1.8', then happen this error:

Error:Execution failed for task ':tablelamp:dexDebug'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_66\bin\java.exe'' finished with non-zero exit value 2