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 am integrating the Apple MusicKit for Android SDK into my app. I downloaded the two .aar files provided by Apple, and I followed the Droid Library method for building.
However, I got numerous exceptions related to Javacpp during the build process.
here some snapshot
Abstract inherited member 'Indexer? Org.Bytedeco.Javacpp.Indexer.Indexer.PutDouble(long[]?, double)' is not implemented
Cannot change return type when overriding method 'BooleanIndexer? Org.Bytedeco.Javacpp.Indexer.BooleanIndexer.PutDouble(long[]?, double)'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am integrating the Apple MusicKit for Android SDK into my app. I downloaded the two
.aar
files provided by Apple, and I followed the Droid Library method for building.However, I got numerous exceptions related to
Javacpp
during the build process.here some snapshot
Beta Was this translation helpful? Give feedback.
All reactions