gpt4 book ai didi

android - Eclipse Android 和 gitignore

转载 作者:IT老高 更新时间:2023-10-28 12:53:32 25 4
gpt4 key购买 nike

我可以安全地忽略哪些文件/文件夹以包含在 git 中?

我复制了一个好的项目,删除了它的 gen 和 bin 文件夹并尝试运行该应用程序。 Android 启动窗口显示:“您的项目包含错误,请在运行应用程序之前修复它们。Package Explorer 中项目左侧的图标上有一个红色 X。虽然 gen 文件夹不存在Windows 资源管理器,它在包资源管理器中。

最佳答案

有些文件类型可以忽略

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

来自 Gitignore on github

关于android - Eclipse Android 和 gitignore,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3325736/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com