I have the following problem, I already have a listView and I want to create another, but it is giving the following error:
<ListView
android:id="@android:id/listView" <----- ***Error: No resource found that matches the given name (at 'id' with value '@android:id/listView').***
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
</ListView>