I've been digging around in Google searches anyway. I did finally find the problem. The Eclipse preview code absolutely REQUIRES that you provide the AttributeSet that was passed in to your custom widget for any widgets you create programmatically inside it. It can not be null, and it must be the correct class type.
To me, this is a bug in the Eclipse previewer. On Mon, Dec 27, 2010 at 7:03 AM, Mark Murphy <[email protected]>wrote: > On Mon, Dec 27, 2010 at 10:02 AM, John Lussmyer <[email protected]> > wrote: > > I've restarted Eclipse, multiple times. > > This appears to have something to do with a Custom widget I have in my > XML > > file. > > I'd really like the Java source so I can see what Eclipse is choking on. > > Use Google Code Search and search on BridgeXmlBlockParser in the > android package. > > -- 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

