[JAVA] How to build android-midi-lib

0. Introduction

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.

1. Required environment

By the way, my environment looks like this.

2. Bring it from Git!

You can either download it from git or clone it, so for now, bring the source to your environment.

3. Let's build!

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

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

4. It's done!

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.)

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

5. Implementation method

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

How to build android-midi-lib
How to build vim on Ubuntu 20.04
How to build CloudStack using Docker
How to deploy
Don't know how to build task'credentials: edit'
How to build SquashTM and how to support Japanese
How to build Rails 6 environment with Docker
How to develop OpenSPIFe
How to call AmazonSQSAsync
How to use Map
How to write Rails
How to use with_option
How to use fields_for
How to use java.util.logging
How to use map
How to use collection_select
How to adapt Bootstrap
How to use Twitter4J
How to use active_hash! !!
How to install Docker
How to use MapStruct
How to use TreeSet
How to write dockerfile
How to uninstall Rails
How to install docker-machine
[How to use label]
How to make shaded-jar
How to write docker-compose
How to use hashes
How to create docker-compose
How to use JUnit 5
How to build API with GraphQL and Rails
How to install MySQL
How to write migrationfile
[Rails] How to build an environment with Docker
How to use Dozer.mapper
How to build parquet-tools and merge Parquet files
How to build a Pytorch environment on Ubuntu
How to use Gradle
How to build the simplest blockchain in Ruby
How to build an executable jar in Maven
How to use org.immutables
How to use java.util.stream.Collector
How to use VisualVM
How to use Map
How to install ngrok
How to type backslash \
How to concatenate strings
How to build Docker + Springboot app (for basic learning)
How to build docker environment with Gradle for intelliJ
How to build Java development environment with VS Code
How to delete BOM (UTF-8)
How to create an application
How to resolve Sprockets :: DoubleLinkError
[rails] How to post images
[AWS] How to check logs
How to resolve Git conflicts
How to use Chain API
How to lower java version
[Java] How to use Map
How to use Priority Queuing