Eric,

It looks like your adapter's getView method returns null. Line 1276 in my copy of the 1.6 sources accesses the "child" view returned by the adapter.

Add code to log the value of view returned from getView, where you currently have code that logs "About to return view" (presumably?), make sure the result of getView is not null.

-- Kostya

24.09.2011 20:35, Eric Carman ?????:
*09-24 16:02:20.728: ERROR/AndroidRuntime(357): Uncaught handler: thread main exiting due to uncaught exception* *09-24 16:02:20.738: ERROR/AndroidRuntime(357): java.lang.NullPointerException* *09-24 16:02:20.738: ERROR/AndroidRuntime(357): at android.widget.AbsListView.obtainView(AbsListView.java:1276)*

--
Kostya Vasilyev

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to