setContentView时候报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了setContentView时候报错相关的知识,希望对你有一定的参考价值。

看了两季mars的安卓教学视频,有点混乱了。改看《第一行代码》。

在自己创建avtivity的时候,写到下面这一行:

setContentView(R.layout.first_layout)

报错,提示cannot be resolved or is not a field

网上搜的结果是,有这么一行:

import android.R;

删掉这一句就正常了。

出现这个问题的原因是,如果你在R.java还没有来得及自动生成的时候选择了fix imports,那么Eclipse就会自动帮你导入android.R这个包,就会覆盖掉本地的R.java,所以就导致了你不能正常引用R.layout.activity_main.

以上是关于setContentView时候报错的主要内容,如果未能解决你的问题,请参考以下文章

配置更改后片段丢失过渡动画

ueditor禁用编辑的时候报错:Uncaught TypeError: Cannot read property 'contentEditable' of undefined(代码片

setContentView 和 LayoutInflater 有啥区别?

项目启动报错Failed to configure a DataSource: 'url' attribute is not specified and no embedde(代码片段

片段对话框对活动的松散引用

Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta(代码片段