facebookarchive / rebound

A Java library that models spring dynamics and adds real world physics to your app.
http://facebook.github.io/rebound/
Other
5.43k stars 818 forks source link

Getting Error NoClassDefinationFound #88

Open chnouman opened 7 years ago

chnouman commented 7 years ago

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.dixeam.millionarequotes, PID: 20997 java.lang.NoClassDefFoundError: Failed resolution of: Lcom/facebook/rebound/SpringSystem; at com.dixeam.millionarequotes.utils.RecyclerViewAnimator.(RecyclerViewAnimator.java:51) at com.dixeam.millionarequotes.Recent$SimpleStringRecyclerViewAdapter.(Recent.java:155) at com.dixeam.millionarequotes.Recent.setupRecyclerView(Recent.java:68) at com.dixeam.millionarequotes.Recent.onCreateView(Recent.java:53)

Please help me.