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.
有没有办法在一个项目中包含一个库项目而不是一个单独的项目?理想的情况是能够对库项目进行代码更改,并将其推送到带有主引用项目的 git repo。
您可以将库添加到构建路径。
您可以将库项目导出为 jar 文件,然后可以将该 jar 文件添加到文件libs夹中并配置构建路径以将其添加到项目中。
libs