MaterialDesignLibrary
MaterialDesignLibrary copied to clipboard
Crash com.gc.materialdesign.views.Switch
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)
@sphairo You can try to add " compile 'com.nineoldandroids:library:2.4.+' ".It might work for you.