コードとnew
.. のコンストラクターの .. の2 行目にエラーがありますexpandablelistAdapter
。私を助けてください。
エラー: タイプ ExpandableListAdapter をインスタンス化できません ....
mExpandableListView = (ExpandableListView) findViewById(R.id.list);
adapter = new ExpandableListAdapter(this,mExpandableListView,mGroupCollection);
mExpandableListView.setAdapter(adapter);