Are there instructions on how to use a native Java library, rather than the one including the Android dependencies?
From looking at the code in https://github.com/maidsafe/safe_app_java under api
, it isn’t obvious that there are any Android libraries needed. However, when I try to build the library, it is asking me for Android SDK, agreed Android licenses and so forth.
Ideally, I’d like to be able to use JitPack to just build a jar that I can use in my Java project, until there is any formal Maven Central package that I can include.
I understand that Android may be the destination, but core Java support should be on-route. Has anyone been experimenting with this?