Readium-SDK as an x86 external library for Java.

2 posts / 0 new
Last post

Hi,

I'd like to use the Readium SDK to read, analyse and build epub3 files, in particular I will need the epubcfi functionalities. I don't need any visualisation.
As I work in Scala which runs on the JVM and is interfaceable with Java code I thought about using the library generated for Android via the Java classes (https://github.com/readium/readium-sdk/tree/master/Platform/Android/src/...).

By default ndk-compile.sh compiles the code for armeabi-v7a. Did anyone try to compile it for x86? Does it make sense to do so?
It seems that another solution would be to use Readium-js but it feels iffy to call the JavaScript API from Java/Scala.

Yes, it has been done though your use case seems a bit differrent.  See the thread here:

https://github.com/readium/readium-sdk/issues/180

Please feel free to start a new issue there to pose specific questions.

Secondary menu