gpt4 book ai didi

java - 使用 Git 和 Eclipse

转载 作者:行者123 更新时间:2023-11-29 07:45:46 25 4
gpt4 key购买 nike

我是 bitbucket 的新手(免费的 git 而不是 GitHub),使用它几天(使用 SourceTree 客户端)。

我正在和另外一个 friend 一起做一个项目,我们通过存储库共享整个 eclipse 项目目录。

一开始还不错,但是现在开始出现问题。

例如,当我的 friend pull 新的更新(没有冲突)时,他的项目突然变得一团糟。什么都没有编译,eclipse 找不到库,一旦修复,eclipse 就找不到一些类(这个库的,比如 ActionBar 和更多的支持库和应用程序兼容类),后来甚至出现了问题项目的资源(eclipse 找不到 R.java ...)。

我想在存储库中共享整个项目是个坏主意。

所以我主要想问的是,如何正确处理 eclipse 项目?我需要分享什么和忽略什么?在互联网上找不到任何示例,所以我来到这里。

提前致谢。

最佳答案

我的建议是只分享代码,使用这个忽略文件。

# built application files
*.apk
*.ap_
*.jar

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
build/

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

# Eclipse project files
.classpath
.project
/.settings

# Proguard folder generated by Eclipse
proguard/

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

lint.xml

在您的项目目录中将其另存为 .gitignore。并了解一点 ignore file .

关于java - 使用 Git 和 Eclipse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26006481/

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