[edit] I was using Eclipse Indigo.
Here is the fix:
Code:
<ListView android:id="@+id/myListView">
android:layout_width="fill_parent"
android:layout_height="wrap_content"
</ListView>
note that the "android:id="@+id/myListView" has to be in the ListView opening tag not like EditView.
Here is the new error:
!Sorry The application ToDoList (process com.paad.todolist) has stopped unexpectedly. Please try again. <Force close>
oh well always something.