Needing to use GridLayout
in my android 2.2 project, I import the reference library from /android-sdk-macosx/extras/android/support/v7/gridlayout
. When I clean the project, the red underlines go away. But as soon as I try editing the xml layout file, the error returns:
View requires API level 14 (current min is 8):
<GridLayout>
So how do I get the layout file to point to the API 7 grid layout?