I have a res/layout/main.xml including these elements and others:
res/layout/main.xml
Be sure that the setContentView(R.layout.main) statement call before findViewById(...) statement;
setContentView(R.layout.main)
findViewById(...)