0

我的应用程序在尝试编译并推送到我的手机时突然出现了很多错误。我收到这样的错误:

java: C:\Users\Steven\workspace\RandomGenie\src\com\frostbytedev\randomgenie\Menu.java:15: cannot find symbol
symbol  : variable layout
location: class com.frostbytedev.randomgenie.R

问题在于源代码中没有显示错误,也没有下划线。什么可能导致这种情况以及任何快速修复?

4

2 回答 2

1

check all your xml files in the res folder.... make sure there aren't any errors in them, when you make a change please ctrl+s then click project and select clean, check the build project as well. also you could restart your IDE.

于 2013-06-22T21:30:19.567 回答
0

如果您在XML文件有错误时尝试编译或构建您的项目,您的R.java文件将不会被创建。查看gen文件夹,我几乎可以保证没有R.java文件。搜索您的XML文件以查找错误。如果您发现,发布或修复它,那么您的应用程序将再次编译并运行。

于 2013-06-22T20:35:05.520 回答