Epublib 在 Android 中崩溃
我试图在 Android 中使用这个 Epub Library 来解析 Epub 文件,但是每当我尝试使用它,应用程序只是强制关闭。
EpubReader epubReader = new EpubReader();
即使这条线也会让它崩溃。调试器告诉我这是由
java.lang.ExceptionInInitilizerError
我不知道该怎么办。据我所知,该库仅使用 Java,因此我认为它不可能不受支持。
有人能帮我解决这个问题吗?或者,如果有人可以推荐另一种在 Android 上解析 Epub 的方法,我将不胜感激。
I'm trying to use this Epub Library in Android to parse an Epub file, but whenever I try to use it, the app just force closes.
EpubReader epubReader = new EpubReader();
Even this line makes it crash. The debugger is telling me it is caused by
java.lang.ExceptionInInitilizerError
I have no idea what to do. As far as I can tell, the library only uses Java, so I don't think it could be that it is not supported.
Could anyone help me on this? Or if anyone could recommend another way to parse an Epub on Android I would be just as grateful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Epublib 现在可以在 Android 上运行,请参阅 http://www.siegmann.nl/epublib/android
Epublib does run on Android now, see http://www.siegmann.nl/epublib/android
目前 epublib 无法在 Android 上运行。你可以检查这个网址http://www.siegmann.nl/epublib/android。谢谢
Right now epublib does not run on Android. u can check this url http://www.siegmann.nl/epublib/android. thx