R.java被删除
Possible Duplicate:
R file is missing android
Hello
The file R.java is deleted when i clicked on "clean"
How can i recreated it??
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jleedev...另一种可能性是 xml 文件中有错误,在这种情况下,编译器无法解析 xml 文件,并且无法生成新的 R.java 文件。通常,有问题的孩子身上都会有一些危险信号。
日航
jleedev... Another possibility is that you have an error in an xml file in which case the compiler cannot parse the xml file and will fail to generate a new R.java file. Usually there is a little red flag on the problematic child.
JAL
构建过程将为您重新制作它。
The build process will remake it for you.