Your content must have a ListView whose id attribute is 'android.R.id.list'

【Your content must have a ListView whose id attribute is ' android.R.id.list' 】不飞则已,一飞冲天;不鸣则已,一鸣惊人。这篇文章主要讲述Your content must have a ListView whose id attribute is ' android.R.id.list' 相关的知识,希望能为你提供帮助。
修改ListView的ID为 ‘  @android:id/list ’

< ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="wrap_content" />

 

    推荐阅读