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

main cannot be resolved or is not a field

时间:2015-04-09 17:29:43      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

创建android project时候发现找不到资源文件和main.xml文件,无语了,明明这些文件都有的,代码都没错,”R.layout.main “ 这行代码提示错误,main cannot be resolved or is not a field。

那问题处在哪里呢?因为 R.java 文件是自动生成的,它会跟src 文件夹一样生成一个package,需要导入这个文件。简单的说就是Eclipse没有找到这些文件。

解决方法  :比如我的src的package :com.example.z1 ,那么代码的开始处也需要导入: import com.example.z1.R ;这样就万事大吉啦 !!


main cannot be resolved or is not a field

标签:

原文地址:http://blog.csdn.net/maidoufan/article/details/44961571

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