本文介绍了epublib机器人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我看到了链接但我无法下载EPUB核心lib.jar
而在这个环节下开始使用他们提到使用MVN套装编译什么意思吗?
I see the Link http://www.siegmann.nl/epublib/android But I can't download epub-core lib.jarand in this link Under Getting Start they mention to compile using the "mvn package" what that means?
推荐答案
您必须添加SLF4J的API和SLF4J简单的对的因为它们是SLF4J-Android的依赖,使他们可用于构建路径。
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.
这篇关于epublib机器人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!