I know that there has been simialr questions but I can\'t make it work even though I look at those. The error message is:
java.lang.RuntimeException:
The problem is here :
android:id="@+id/list"
you are adding a new id for your ListView but ListFragment needs a default Android ListView Id
change your ListView Id to :