new
在.. 的构造函数之后的代码和第二行中存在错误expandablelistAdapter
。请帮帮我。
错误是:无法实例化类型 ExpandableListAdapter ....
mExpandableListView = (ExpandableListView) findViewById(R.id.list);
adapter = new ExpandableListAdapter(this,mExpandableListView,mGroupCollection);
mExpandableListView.setAdapter(adapter);