Listview Error Can't Run; Force Close
I've managed to show existing user in a textview. But it can only show one at a time so I decided to use listview. package log1.log2; import android.app.ListActivity; import andr
Solution 1:
Does the listView has the attribute as described in the error message?
<ListView android:id="@android:id/list" ...
?
Post a Comment for "Listview Error Can't Run; Force Close"