开发者

Epublib crashing In Android

开发者 https://www.devze.com 2023-02-06 22:38 出处:网络
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.

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.ExceptionInInitilizerE开发者_Go百科rror

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.


Epublib does run on Android now, see 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

0

精彩评论

暂无评论...
验证码 换一张
取 消