App Crashes On Android.support.v7.widget.space
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.
Solution 1:
You can work with that class using the v4 reference android.support.v4.widget.Space
Post a Comment for "App Crashes On Android.support.v7.widget.space"