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 studio 开发的 android 库。它依赖于 Android SDK,但没有任何资源、资产和其他依赖项。
现在我想为这个android库制作一个jar库,我该如何实现呢?
尝试File > Project Structure > Artifacts,然后单击加号并选择From modules with dependencies...
File > Project Structure > Artifacts
From modules with dependencies...