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.
我有一个包含 6 个项目的工作区。除主要项目外,所有项目都标记为库。
我需要配置主项目以在没有构建路径错误的情况下构建,并将其他 5 个的 jar 包含在 apk 中。
如何才能做到这一点?
如果您希望生成一个包含其他库的运行时 jar,我建议您查看 maven 来管理您的依赖项和构建。