AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

cannot resolve dependency #55

Closed a1154043439 closed 8 years ago

a1154043439 commented 8 years ago

i want to use these seekbar in my project,I write this in my build.gradle dependencies{ compile 'org.adw.library:discrete-seekbar:1.0.0' } and my gradle sync complete without mistakes. but i cannot import org.adw.samples.discretseekbar,what's wrong with my code?

a1154043439 commented 8 years ago

thank you for your suggestion,it's not work either,i think i cannot find this library in my External Libraries,so android studio cannot auto import,if my gradle is correct,why i cannot resolve this dependency

ignaciogs commented 8 years ago

I think that if gradle sync completed without mistakes, the problem is with the Android Studio sync. Try do a clean and rebuid project an use this import

import org.adw.library.widgets.discreteseekbar.DiscreteSeekBar;

a1154043439 commented 8 years ago

I have resloved this problem according to your opinion,Thank you very much

ignaciogs commented 8 years ago

you're welcome ;)