navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2
Apache License 2.0
9k stars 2.23k forks source link

com.gc.materialdesign.views.Slider #271

Open sphairo opened 9 years ago

sphairo commented 9 years ago

java.lang.NoClassDefFoundError: com.nineoldandroids.view.ViewHelper at com.gc.materialdesign.views.Slider.placeBall(Slider.java:231) at com.gc.materialdesign.views.Slider.onDraw(Slider.java:106)

ghost commented 9 years ago

add compile 'com.nineoldandroids:library:2.4.0+' line to the dependencies block of gradle script and resync.