main cannot be resolved or is not a field

Link all references for a local rename (does not change  references in other files)

main cannot be resolved or is not a field

刚遇到这个纠结的问题,代码都没错,R.layout.main总是在layout上游错误提示波浪线。在网上查了好多都是说clean一下工程 然后build工程就可以了,或者fix project properties 但是还是解决不了...

原因可能是添加文件,比如xml文件或者资源文件时,系统自动添加了import android.R;android.R是系统提供的资源,R是应用程序的资源。

这时候只要删除 import android.R;这条语句就可以了。

有关详细说明见下面链接~

http://stackoverflow.com/questions/3296047/id-cannot-be-resolved-or-is-not-a-field-error

posted @ 2013-03-21 17:21  蓝天中飞翔  阅读(258)  评论(0编辑  收藏  举报