epublib android
I see the Link http://www.siegmann.nl/epublib/android But I can't download epub-core lib.jar and in this link Under Getting Start they mention to compile using the "mvn package"开发者_如何学JAVA what that means?
Github cloud does seem to run into some or the other trouble with the way in which the URL is encoded. Your issue might also be related to that. You'd be better off posting to github's support forum - they're usually quick with their responses.
As for Maven
package - well, you'll need to download and install maven and use it from your terminal/dos to create a JAR from the source. Maven is build tool used in Java applications/libraries.
You have to add slf4j-api and slf4j-simple for the http://www.siegmann.nl/epublib/android as they are dependencies for slf4j-android and made them available to build path.
精彩评论