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.
我正在构建一个依赖第三方库的 Android 库。该库将由主 Android 应用程序提供。
如何开发依赖于第三方库的库而不将其包含在我的库的编译版本中?
换句话说,我想将我的库与 3rd 方库链接,但我不想将它包含在我的 jar 中。