GridLayout崩溃问题

Posted fatherloveyou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GridLayout崩溃问题相关的知识,希望对你有一定的参考价值。

写类似朋友圈界面的时候有九宫格,2*2的图片展示,用的gridlayout,运行的时候会崩溃,报错如下

java.lang.IllegalArgumentException: columnCount must be greater than or equal to the maximum of all grid indices (and spans) defined in the LayoutParams of each child. 

记得在setColumnCount 或者setRowCount之前 

  gridLayout.removeAllViews();

  

以上是关于GridLayout崩溃问题的主要内容,如果未能解决你的问题,请参考以下文章

重新打开片段时应用程序崩溃

Android - 应用程序启动时片段 onCreate 崩溃

片段中的Android按钮单击方法(崩溃)

每当我运行我的片段时,这行代码 mapFragment.setRetainInstance(true);正在崩溃我的应用程序? [关闭]

使用选项卡式活动和片段时应用程序崩溃

Android 应用程序片段不断崩溃