ybq / Android-SpinKit

Android loading animations
https://ybq.github.io/Android-SpinKit
MIT License
8.62k stars 1.31k forks source link

Failed to resolve : com.github.ybq:Android-SpinKit:1.1.0 #33

Open deyilmaz opened 7 years ago

deyilmaz commented 7 years ago

I tried minSdkVersion 14/21/25 in module:app build.gradle, but I got same error

taesiri commented 7 years ago

You need to add JitPack to the list of repositories in Project level build.gradle file.

kostyabakay commented 7 years ago

Yes, this works. You can close this issue.

KingDr commented 6 years ago

no use. @taesiri

laxusgooee commented 6 years ago

@taesiri can you show how?

Ravi879 commented 6 years ago

I have the same problem. I added the dependency and maven as specify as here https://github.com/ybq/Android-SpinKit#gradle-dependency . But i found that My Gradle is Offline, what i mean is, in android studio Settings->Gradle "Offline work" is cecked. I uncheked it and try to sync and it works. @deyilmaz or any one who has same problem plz make sure that your gradle is not offline. Sorry for my broken English......

nezriffic commented 5 years ago

@Laxusgee

@taesiri can you show how?

allprojects {
    repositories {
        maven { url "https://jitpack.io" } // <-- This solved my issue
        mavenLocal()
        jcenter()
        maven {
            url "$rootDir/../node_modules/react-native/android"
        }
        google()
    }
}
HamedNN76 commented 5 years ago

I think if you set Android-SpinKit version to 1.2.0 would solve the problem!

liveapppro commented 5 years ago

@HamedNN76 set Android-SpinKit version to 1.2.0 this works for me thankyou

Scoured commented 4 years ago

@HamedNN76 This also fixed my sync error. TYVM

l7info commented 3 years ago

In my case, I resolved by disabling the antivirus