-
Notifications
You must be signed in to change notification settings - Fork 105
Extracting a jar package from the library archive
Kaoru Shoji edited this page Jul 22, 2014
·
1 revision
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
tozip
, and extract it. - There is a
classes.jar
file. It will be put on the project'slib
directory.- I recommend to rename from
classes.jar
tomidi-driver.jar
.
- I recommend to rename from
- There is a
res/xml/device_filter.xml
file. It will be put on the project's same path.