eBook reading error

大城市里の小女人 提交于 2019-12-07 04:08:26

I solved the problem by adding the two another jar files

slf4j-api and slf4j-simple. The slf4j-android has the dependency on the libraries which i have mentioned.

Thanks for your help.

I think you forgot to add the slf4j-android library to your project. If you look at the link you've supplied, it says:

Getting started

  1. Download epublib-core-latest.jar from https://github.com/downloads/psiegman/epublib/epublib-core-latest.jar
  2. Download slf4j-android
  3. Add both to your android project

Make sure both libraries are on your build path.

Just Add those two mentioned jars in the Libs folder. If the Libs folder is not in project structure, create one and add those jars. The error will go away.

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