material-animated-switch icon indicating copy to clipboard operation
material-animated-switch copied to clipboard

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

Open aravindmj97 opened this issue 7 years ago • 11 comments

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

aravindmj97 avatar Feb 13 '18 08:02 aravindmj97

image

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

mukhtar89 avatar Mar 21 '18 20:03 mukhtar89

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

aravindmj97 avatar Mar 30 '18 18:03 aravindmj97

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

jobsrey avatar Apr 27 '18 10:04 jobsrey

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

M-Qais avatar May 25 '18 06:05 M-Qais

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

Shaheedullah avatar May 27 '18 12:05 Shaheedullah

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

Shaheedullah avatar May 27 '18 12:05 Shaheedullah

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" } } }

dodoarmando avatar Aug 12 '18 23:08 dodoarmando

You can download the library to local dependencies

spianmo avatar Jan 27 '19 13:01 spianmo

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!!

singhvaibhavram avatar Mar 23 '19 05:03 singhvaibhavram

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

nmsobri avatar Apr 02 '21 08:04 nmsobri

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

This is another one. This is worked

Nandathilaka avatar Dec 05 '22 20:12 Nandathilaka