ListFragment RuntimeException 'android.R.id.list' missing
问题 Edit 1/16/2013: Problem Resolved! Two days ago, I released an updated version of the app and correctly identified the ListViews as I had originally done, by using android:id="@android:id/list . Really though, the exception being thrown was misleading and that had nothing to do with the actual problem... The real fix came when I implemented the suggestions by Sean on inflating the ListFragment views by passing null to the ViewGroup . I have not received the same Exception from the new version,