-2

我正在制作一个应用程序,其中我将图像设置为背景,但是当我将此图像设置为背景时,R.java 文件消失了,我得到了“ R cannot be resolve to a variable error

编辑:通常的“ R cannot be resolved to a variable”解决方案都不起作用

有什么解决办法吗?

4

3 回答 3

2

出现这个问题多半是由于构建路径错误,查看问题查看Eclipse Menu->Windows-? 显示视图-> 错误日志和 Eclipse 菜单-> Windows -?显示视图-> 问题。并根据列出的问题解决错误,然后尝试编译项目。

于 2012-07-13T04:37:01.707 回答
1

也许这会奏效。我不知道。

1. Change the name of the image(in drawable directory) you are trying to use.
2. Clean the project

此外,如果您正在导入 android.R 类而不是您自己的 R.java 类,请检查您的导入

于 2012-07-13T04:38:14.900 回答
0

你是在导入 android.R 而不是你自己的 R 类吗?

Try clean the project或进行手动导入。

于 2012-07-13T04:37:55.257 回答