AndroidプロジェクトでExpandableListViewを使用したい。
String.xml-Resourcesエディターを使用して、さまざまなアイテムを含む「colors」という文字列配列を作成します。
次に、main.xmlのExpandableListViewのlayout-propertiesに「 android.entries = "@ array/colors 」を配置します。
最初に、次のエラーが発生します。"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に関する良いチュートリアルはありますか?前もって感謝します。