Eclipse Android 开发:
Link all references for a local rename (does not change references in other files)
main cannot be resolved or is not a field
这时候只要删除 import android.R;这条语句就可以了;
另外,若类似“R.layout.hello_world”还是报错,重启Eclipse,若还是报错,看看“R.layout.”后面的是不是错了,如改成“R.layout.activity_hello_world”,问题解决!