Androidアプリケーションの開発中に、エラーが発生しました。
"Unable to start activity Component Info :X . RunTimeExcepetion : your content must have a list . View whose ID attribue is 'android.R.id.list'
私はXML
ファイルにあるリストを持っています。
Javaクラスでは、次のようになります。
ArrayList<HashMap<String, String>> mylist = new ArrayList<HashMap<String, String>>();
HashMap<String, String> map = new HashMap<String, String>();
誰かがこれを手伝ってくれますか?