码迷,mamicode.com
首页 > 其他好文 > 详细

"activity_main cannot be resolved or is not a field"的解决办法

时间:2014-09-14 11:27:07      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:field   android   resolved   

出现这种报错的原因可能是在添加资源文件时,系统自动添加了“import android.R;”,而android.R是系统提供的资源,因此该程序的资源就无法检索到,导致报错。

解决办法:删掉:import android.R;

本文出自 “zifangsky” 博客,请务必保留此出处http://983836259.blog.51cto.com/7311475/1552479

"activity_main cannot be resolved or is not a field"的解决办法

标签:field   android   resolved   

原文地址:http://983836259.blog.51cto.com/7311475/1552479

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!