MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Crash com.gc.materialdesign.views.Switch

Open sphairo opened this issue 9 years ago • 1 comments

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 avatar May 29 '15 05:05 sphairo

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

JDChi avatar May 04 '16 07:05 JDChi