我想在我的 Android 项目中使用 ExpandableListView。
我使用 String.xml-Resources 编辑器创建了一个名为“colors”的字符串数组,其中包含不同的项目。
然后我将“ android.entries="@array/colors " 放到 main.xml 中 ExpandableListView 的布局属性中。
一开始会出现以下错误:"The following classes could not be found", Change to android.widget.ExpandableListView.
所以我将main.xml中的“ ExpandableListView
”改为“ android.widget.ExpandableListView
”。
但后来我收到以下错误:"The following classes could not be instantiated: android.widget.ExpandableListView (Open Class, Show Error Log).
有关详细信息,请参阅错误日志(窗口 -> 显示视图)。”。
我该如何解决这个问题?有没有关于 Android-ExpandableListView 的好教程?提前致谢。