ExpandableListView -UnsupportedOperationException: addView(View, LayoutParams) is not supported in AdapterView

前端 未结 5 661
孤独总比滥情好
孤独总比滥情好 2020-12-29 18:02

I am implementing Expandable List view in android and i am getting the above titled error. Please help me.

Main activity is -

package com.expand;

i         


        
5条回答
  •  离开以前
    2020-12-29 18:30

    This error can also be caused because of instant run feature. I was working on listview and because of this error app kept crashing. Uninstalling the app and running again resolved the error.

提交回复
热议问题