How do I manage git submodule subprojects in Eclipse?

后端 未结 5 1007
旧巷少年郎
旧巷少年郎 2021-01-01 16:26

(In case it matters, these are Java Android projects)

Project A is a library project.

Project B depends on A

5条回答
  •  温柔的废话
    2021-01-01 17:17

    Just use a project build system to track your dependencies (that is what they are good for).

    I would you suggest to use gradle (preferable IMHO but check which one fits better on your context) or maven, both can handle subprojects pretty well and can generate the eclipse configuration for you.

提交回复
热议问题