Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
切换到我的发布分支后,项目缺少 gen 文件,因此我从 java 构建路径添加了 gen 文件。
现在资产和 res 文件夹显示为灰色包而不是文件夹,并且出现 res/values/ 丢失等错误。
如何在eclipse中返回标准的android项目结构?
是否有返回标准 Android 项目的标准方法。我已经厌倦了修复项目属性,我试图清理并重新启动 eclipse 它似乎某些项目元数据以错误的方式保存。
谢谢 。
/gen/ 文件夹在编译过程中自动生成。您应该将它和 /bin/ 以及 /.properties/ 包含到 .gitignore 中,以避免必须一直修复属性,并尽量减少存储在存储库中的不必要数据量。