0

コードとnew.. のコンストラクターの .. の2 行目にエラーがありますexpandablelistAdapter。私を助けてください。

エラー: タイプ ExpandableListAdapter をインスタンス化できません ....

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

1 に答える 1

1

Adapter ExpandableListAdapter の名前を変更すると、問題が解決します。コンストラクターも新しい名前に変更します。

于 2013-09-25T10:22:44.603 に答える