We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The repository at https://github.com/kshoji/USB-MIDI-Driver/raw/master/library/repository does not exit, as described here: https://github.com/kshoji/javax.sound.midi-for-Android/wiki/Use-library-with-Android-Studio
Also, in Android Studio, the project root build.gradle need two separate entries for maven url like this:
allprojects { repositories { google() jcenter() maven { url 'https://github.com/kshoji/BLE-MIDI-for-Android/raw/master/library/repository' } maven { url 'https://github.com/kshoji/USB-MIDI-Driver/raw/master/library/repository' } mavenCentral() } }
and compile 'jp.kshoji:midi-driver:0.1.4:@aar' should be replaced by implementation 'jp.kshoji:midi-driver:0.1.4:@aar'
compile 'jp.kshoji:midi-driver:0.1.4:@aar'
implementation 'jp.kshoji:midi-driver:0.1.4:@aar'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The repository at https://github.com/kshoji/USB-MIDI-Driver/raw/master/library/repository does not exit, as described here: https://github.com/kshoji/javax.sound.midi-for-Android/wiki/Use-library-with-Android-Studio
Also, in Android Studio, the project root build.gradle need two separate entries for maven url like this:
and
compile 'jp.kshoji:midi-driver:0.1.4:@aar'
should be replaced byimplementation 'jp.kshoji:midi-driver:0.1.4:@aar'
The text was updated successfully, but these errors were encountered: