I managed to create the mupdf library for android (libmupdf.so) and I got her work on the emulator. I used ndk: android-ndk-r5b and android-ndk-r4b, both work fine.
I have an application. which calls the mupdf library to read the PDF file and saves it as jpg files on the SD card.
This works great on the emulator (both 2.1 and 2.2) , as well as on the Android API level 8 device (LG Optimus).
However, on the Samsung Galaxy S (Android 2.1-update1 API level 7) , the application installs normally, but when I start, I get an error message:
ERROR / AndroidRuntime: caused by: java.lang.UnsatisfiedLinkError: mupdf library not found
I tried to build a library with ndk-r5b, as well as before. versions are ndk-r4, ndk-3 and ndk-r4b. There seems to be no change :(
Any ideas on what might cause the error?!?! Any suggestions / help are appreciated.
source
share