Extracting a jar package from the library archive - kshoji/USB-MIDI-Driver GitHub Wiki

This library's default packaging style is aar. This archive includes jar package file.
The jar package can be used in the Eclipse project without maven.

  • Download the whole repository files, USB-MIDI-Driver/MIDIDriver/snapshots directory will be found.
    • It contains released library archive files, or latest snapshot's archive files.
    • Released library's file path is like this: jp/kshoji/midi-driver/${version}/midi-driver-${version}.aar.
    • Snapshot's file path is like this: jp/kshoji/midi-driver/${version}-SNAPSHOT/midi-driver-${version}-${timestamp}.aar.
  • Rename aar to zip, and extract it.
  • There is a classes.jar file. It will be put on the project's lib directory.
    • I recommend to rename from classes.jar to midi-driver.jar.
  • There is a res/xml/device_filter.xml file. It will be put on the project's same path.
⚠️ **GitHub.com Fallback** ⚠️