lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Error Inflating Class #218

Closed theayryan closed 9 years ago

theayryan commented 9 years ago

When i gradle sync my project it builds fine. But at runtime it is giving an error saying "Binary XML file line #1: Error inflating class org.lucasr.twowayview.TwoWayView" this error is because of a Class not found exception in the compressed apk file

Any Solutions

WilliTheWing commented 9 years ago

Same error, if I use Support Library 22.2. Support Library 22.1.1 works.