fixing the StackOverflow Error

后端 未结 2 1892
Happy的楠姐
Happy的楠姐 2021-01-24 08:14

I have developed an application in which i have 4 tabs A,B,C,D. Each of the Tab contains an Activity. In the fourth tab D I have added an ActivityGroup in which I am having 3 mo

2条回答
  •  抹茶落季
    2021-01-24 09:00

    I suppose you have an infinite loop somewhere.

    Probably you've added the same instance of a view twice somewhere in your hierarchy and now you've got a cycle.

    Fix that. And fix your layout. I can't see a reason to have such a complex layout.

提交回复
热议问题