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" />

 程序猿必读

原文地址:https://www.cnblogs.com/longzhongren/p/6078541.html