I have a res/layout/main.xml including these elements and others:
res/layout/main.xml
The findViewById() method sometimes returns null when the root of layout has no android:id attribute. Eclipse wizard for generating layout xml file does not automatically generate android:id attribute for the root element.
findViewById()
null
android:id