Question

I am going to use SkyEpub 3 library in my android application to read ebooks in epub format. To get familiar with the method of using SkyEpub I have downloaded its android demo project from here. Its demo project is working properly, But when I use the skyepub.jar in my own project, it says some methods and classes from the jar file are undefined. Of course in the mean time I am using an unlicensed version of this library. I want to test it before buying the license if it was ok. I doubt that the errors are because of using the unlicensed version of the library in my project. Can any one tell me please what is the problem exactly?

Thank you in advance.

Was it helpful?

Solution 2

I found what was the problem. I increased priority of the jar file in eclipse. Now it works.

OTHER TIPS

Because there are a lot of classes ,which are not in jar, in example project. In the example, they create a lot of classes by extends another classes from jar. I used this jar before.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top