I need to use the following library from GitHub:
https://github.com/reindahl/jmtp
However, there are no build instructions or any instruction how to use it for that matter. I know that the original JMTP libary was downloadable as a jar, which made it easy to use, however with that library, I lack the ability to copy files from a device to the host, hence why I need this library off of GitHub. I am fairly new to working with libraries, and there is not a lot to be found online, so I'm hoping that someone can help me here.
Things I have tried:
Opening the library in IntelliJ and trying to build a JAR, but there is C++ code in the library as well, so that did not work.