Type View requires API level 14 (current min is 4): <GridLayout>

来源:互联网 发布:无声告白 知乎 编辑:程序博客网 时间:2024/05/29 18:01
<GridLayout
        android:columnCount="4"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/gridContainer"
        android:animateLayoutChanges="true"

        />

When I change android:columnCount="4" to android:columnCount="5" , eclipse show the error "Type View requires API level 14 (current min is 4): <GridLayout>" .

Solution : just clean the project and rebuilt it .

原创粉丝点击