Android错误解决办法:activity_ma… 分类: Android开发 2014-05-30 10:55 77人阅读 评论(0) 收藏

报错:activity_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/android-question-id-cannot-be-resolved-or-is-not-a-field-error

版权声明:本文为博主原创文章,未经博主允许不得转载。

posted @ 2014-05-30 10:55  leansmall  阅读(96)  评论(0编辑  收藏  举报