2013-04-29 60 views
0

在構造函數expandablelistAdapter上的代碼中出現錯誤並在第二行顯示new .. 。請幫助我。ExpandAbleListView無法實例化類型的錯誤ExpandableListAdapter

錯誤是:無法實例類型ExpandableListAdapter ....

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

回答

1

更改適配器ExpandableListAdapter的名字,這將解決您的問題。用新名稱更改構造函數。