Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:(33, 20) Failed to resolve: com.github.glomadrian:MaterialAnimatedSwitch:1.1 #27

Open
aravindmj97 opened this issue Feb 13, 2018 · 11 comments

Comments

@aravindmj97
Copy link

Im getting this error while adding the dependency to my project. Please provide a solution

@mukhtar89
Copy link

image

Even I have this issue..!! Please advise a way on how to solve this issue...

@aravindmj97
Copy link
Author

Use this forked version. It's modified but the switch setchecked() function does not work https://github.com/kmenager/material-animated-switch

@jobsrey
Copy link

jobsrey commented Apr 27, 2018

You must add build.gradle
repositories { maven { url "http://dl.bintray.com/glomadrian/maven" } }

@M-Qais
Copy link

M-Qais commented May 25, 2018

no it's doesn't the solution...:(

@Shaheedullah
Copy link

i have also face this problem.......... :(

@Shaheedullah
Copy link

compile 'com.github.glomadrian:MaterialAnimatedSwitch:1.1@aar'

maven {
url "http://dl.bintray.com/glomadrian/maven"
}
add this both but my problem is not solve

@dodoarmando
Copy link

dodoarmando commented Aug 12, 2018

iam facing this error to because i place at buildscript, move maven { url "http://dl.bintray.com/glomadrian/maven"} to all project work for me

allprojects {
repositories {
google()
jcenter()
maven {
url "http://dl.bintray.com/glomadrian/maven"
}
}
}

@spianmo
Copy link

spianmo commented Jan 27, 2019

You can download the library to local dependencies

@singhvaibhavram
Copy link

iam facing this error to because i place at buildscript, move maven { url "http://dl.bintray.com/glomadrian/maven"} to all project work for me

allprojects {
repositories {
google()
jcenter()
maven {
url "http://dl.bintray.com/glomadrian/maven"
}
}
}

This worked for me. Thanks!!

@nmsobri
Copy link

nmsobri commented Apr 2, 2021

this library is sorta dead, use the forked of this library

@Nandathilaka
Copy link

Nandathilaka commented Dec 5, 2022

https://github.com/kmenager/material-animated-switch

This is another one. This is worked

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

No branches or pull requests

10 participants