I’m trying to make a xml parsing for android
I follow this tutorial to make it :
http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/
When I run the app I get this error :
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.aka.bdb/com.aka.bdb.MainActivity}: java.lang.RuntimeException: Your content must have a ListView whose id attribute is 'android.R.id.list'
I made ListView id:list but I get the same error
You need a list with
@android:id/list, not@+id/list.