You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a bug, but I'm looking for some help with adding MidiDriver to my project. I successfully wrote an Android Library that uses MidiDriver, but now when I add my library to another project I get the build error:
`FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
Could not find jp.kshoji:javax-sound-midi:0.0.4-SNAPSHOT.
Required by:
HeronApp:app:unspecified > jp.kshoji:MIDIDriver:unspecified`
I got this error when I was writing my library and fixed it by changing the location of the MidiDriver folder. I don't think that's the issue this time though. Any suggestions or insight would be much appreciated. Thanks!
Hi there,
I don't know if this is a bug, but I'm looking for some help with adding MidiDriver to my project. I successfully wrote an Android Library that uses MidiDriver, but now when I add my library to another project I get the build error:
`FAILURE: Build failed with an exception.
A problem occurred configuring project ':app'.
I got this error when I was writing my library and fixed it by changing the location of the MidiDriver folder. I don't think that's the issue this time though. Any suggestions or insight would be much appreciated. Thanks!
In case this is helpful:
In the Project Structure -> Modules -> MIDIDriver -> Properties, the Library Respository path is 'https://github.com/kshoji/javax.sound.midi-for-Android/raw/develop/javax.sound.midi/repository', mavenCentral
The text was updated successfully, but these errors were encountered: