0

new在.. 的构造函数之后的代码和第二行中存在错误expandablelistAdapter。请帮帮我。

错误是:无法实例化类型 ExpandableListAdapter ....

mExpandableListView = (ExpandableListView) findViewById(R.id.list);     
adapter = new ExpandableListAdapter(this,mExpandableListView,mGroupCollection); 
mExpandableListView.setAdapter(adapter);
4

1 回答 1

1

更改适配器 ExpandableListAdapter 的名称,这将解决您的问题。还要使用新名称更改构造函数。

于 2013-09-25T10:22:44.603 回答