GreenDroid导入问题
我正在尝试将 GreenDroid 导入到新的 Android 项目(SDK 2.2)中,但在尝试清理我的项目并编译它时遇到此错误:
资源“/GreenDroid/gen”不存在。
当我在解决方案资源管理器中单击 GreenDroid 项目时,我还收到此错误:
项目“GreenDroid”缺少所需的源文件夹:“gen”。
我非常感谢你在此事上的帮助。
谢谢! 尼古拉斯.
I'm trying to import GreenDroid into a new Android Project (SDK 2.2) and I'm getting this error while trying to clean my project and compile it:
Resource '/GreenDroid/gen' does not exist.
When I click on the GreenDroid project in the solution explorer, I'm also getting this error:
Project 'GreenDroid' is missing required source folder: 'gen'.
I would much appreciate your help on the matter.
Thanks!
Nicolas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保没有构建错误,然后刷新项目,清理项目,然后转到 Android Tools->修复项目属性。这些步骤的某种组合通常可以解决我的 gen 文件夹问题。
Make sure there are no build errors, then refresh the project, clean the project, and go to Android Tools-> Fix project properties. Some combination of those steps usually fixes my gen folder woes.
转到项目属性并将 android 属性设置为 Googleapi 2.2 或更高版本,但请确保您已将属性设置为仅 GoogleApi。
goto the project properties and set android properties as Googleapi 2.2 or higher, but make sure the you have set the properties as GoogleApi only.