I develop one application in Android 4.0. In my application i use Grid Layout It works fine on Android 4.0 device but when i run on Android 2.3 device it gives Exception.
I include support jar library for v7 and v13 in my project.
I fount following Exception
android.view.InflateException: Binary XML file line #45: Error inflating class GridLayout
How to solve this problem ? any one have any Idea ?