一般是两种问题:

1. 在setContentView之前就调用findViewById,此时会返回NULL

2. 害人匪浅的,eclipse的问题 -- 将project clean之后再build一次就好了。