0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

android-midi-lib の ビルド方法

Last updated at Posted at 2019-09-23

#0.はじめに
音楽加工アプリを作成中のKayleeです。
MIDIファイルの操作ができるOSSの「android-midi-lib」のビルド・androidstudioへの取り込み方について紹介します。

#1. 必要な環境

  • android studio
  • Gradleコマンド

ちなみにですが、私の環境はこんな感じです。

  • android studio:3.4.1

#2. Gitから持ってこよう!
gitからダウンロードでもcloneでもどちらでもいいので、とりあえず、自分の環境にソースを持って来ましょう。

#3. ビルドしよう!
pom.xmlファイルがあるディレクトリに移動して、下記コマンドでgradleビルドしてください。

コンソール
gradle init --type pom
gradle build

スクリーンショット 2019-08-12 16.43.59.png

#4. 出来上がり!
どこかにjarファイルができているはずです。
それをAndroidStudioに取り込んで、サンプル等を動かしていたら、うごくかと思います。
(ファインダーでみた場合のjarファイルを載せておきます。)

スクリーンショット 2019-08-12 17.02.12.png

#5. 実装方法

ReadMeに記載のあるやり方では、AndroidStudioでは動きません。X(
実装方法について、次回の記事で書こうと思います!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?