0
在構造函數expandablelistAdapter
上的代碼中出現錯誤並在第二行顯示new
.. 。請幫助我。ExpandAbleListView無法實例化類型的錯誤ExpandableListAdapter
錯誤是:無法實例類型ExpandableListAdapter ....
mExpandableListView = (ExpandableListView) findViewById(R.id.list);
adapter = new ExpandableListAdapter(this,mExpandableListView,mGroupCollection);
mExpandableListView.setAdapter(adapter);