jar にしておくといろいろ便利ですよね、各種ライブラリファイル群。
で、こんなかんじで簡単にできるのですが、コマンドライン+Ant で。
git からもってきて jar化。
$ git clone https://android.googlesource.com/platform/frameworks/volley $ cd volley $ android update project -p . $ ant jar
とサクッとできたりします。
で、これを、AndroidStudioでやってみます。
jar 書き出しの設定
File > Project Structure > Artifact
MANIFEST.MF の位置を教えときます。
書き出し位置などもここで設定。
書き出しの実行
Build > Build Artifacts
この書きだしたファイルですが
intellij idea - How to make /out directory appears in the project (cannot include it)? - Stack Overflow
これって「ソース」ではないので、左のプロジェクトウィンドウには表示されません。
Project Structure > Module を見てみるとよくわかります。
「Excluded」となっています。
Project Window で プロジェクト名右クリックから Reveal in Finder からみるのがいいのかなあ。
Where is "File Explorer" in IntelliJ? - Stack Overflow
それとも groovy とか gradle とかでやるのか?
--- 2014/04/18 追記 ---
この記事は古いので, 以下へどうぞ.
Android Studio で簡単に jar をつくる手順はないのかと
コメントを投稿するにはログインしてください。