我得到這個奇怪的錯誤:RuntimeException的使用一個ListView
05-01 14:04:42.589: E/AndroidRuntime(3261): Caused by: java.lang.RuntimeException: Your content must have a ListView whose id attribute is 'android.R.id.list'
我已經看到了相當多的職位,但他們沒有爲我工作。我只是想填充一個數組到ListView
。它工作得很好,但我想在我的代碼中使用一些SharedPreferences
,所以我擴展了PreferenceActivity
類。我猜從那時起,這個錯誤就開始出現了。
你能告訴我們你的代碼嗎? – thepoosh