我有一个安卓图书馆,我正在开发使用安卓工作室。它依赖于Android SDK,但没有任何资源、资产和其他依赖。
现在我想为这个android库生成一个jar库,我该如何实现呢?
发布于 2013-10-24 23:54:10
尝试File > Project Structure > Artifacts,然后单击加号并选择From modules with dependencies...
https://stackoverflow.com/questions/19520975
复制相似问题