navasmdc / MaterialDesignLibrary

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

Crash com.gc.materialdesign.views.Switch #270

Open sphairo opened 9 years ago

sphairo commented 9 years ago

Process: mx.sphairo.systems, PID: 27740 java.lang.NoClassDefFoundError: com.nineoldandroids.view.ViewHelper at com.gc.materialdesign.views.Switch.placeBall(Switch.java:178) at com.gc.materialdesign.views.Switch.onDraw(Switch.java:125)

JDChi commented 8 years ago

@sphairo You can try to add " compile 'com.nineoldandroids:library:2.4.+' ".It might work for you.