Has anybody gotten the support library to render a grid layout correctly in Android 2? Instead of 2 rows and columns I get a single row on the screen and see this error in the
I guess you missed to add XML namespace. Please correct it in this way:
...
and don't forget to prefix attributes used by compatibility GridLayout with XML namespace too:
Hope it helps...