I'm getting this weird error:
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'
I have seen a quite a number of posts but none of them worked for me. I am just trying to populate an array in to a ListView
. It was working all fine, but I wanted to use some SharedPreferences
in my code so I extended PreferenceActivity
class. I guess since then this error started to be thrown.