2

My app crashes with the following error:

Caused by: android.view.InflateException: Binary XML file line #25: Error inflating class android.support.v7.widget.Space

Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v7.widget.Space"

Community
  • 1
  • 1
vicky
  • 412
  • 4
  • 18

1 Answers1

2

You can work with that class using the v4 reference android.support.v4.widget.Space

saulmm
  • 2,398
  • 15
  • 21