I'm Kaylee, who is creating a music processing app. Introducing how to build OSS "android-midi-lib" that can operate MIDI files and import it into android studio.
By the way, my environment looks like this.
You can either download it from git or clone it, so for now, bring the source to your environment.
Move to the directory where the pom.xml file is located and build gradle with the following command.
console
gradle init --type pom
gradle build
There should be a jar file somewhere. If you import it into Android Studio and run samples etc., it will move. (I will put the jar file when viewed in the finder.)
The method described in the ReadMe will not work in Android Studio. X ( I will write about how to implement it in the next article!
Recommended Posts