FranciscoBartilotti
FranciscoBartilotti
Happy to say I found the problem, more than 1 thread was trying to open the document, after revision, everything works as intended.
I am using RxJava, an Observable and Subscription to create a new thread to load the pdf and extract its bitmap. The problem was that more than 1 call could...
It seems it is not possible to load various pdfs without changing the native code because each time it loads the lib, ``` D/PdfDroid: initializing PdfRender JNI library based on...
Did you added the JniLibs to your proyect?