Here is the problem. I have a list view, and it looks fine in the building, but it broke the error. Content has view with id attribute \'android.r.id.list\' that is not a Li
I was using:
android:id="@+id/listView"
Then, I have replaced to it:
android:id="@android:id/list"