epublib android

房东的猫 提交于 2019-12-08 13:39:30

问题


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" what that means?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/6785519/epublib-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!