Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android ndk using mupdf library

I want to make a pdf viewer program in android phone. So, I purchased the mupdf library. I built the mupdf c++ classes and have 'libmibookreader.so' file. And I also compiled the native function classes. Then, I tried to run the application , but I have some errors.

Tag Message AndroidRuntime java.lang.UnsatisfiedLinkError: open

like image 376
smiler Avatar asked Sep 04 '26 16:09

smiler


1 Answers

i think you had not load library properly or may be you had not given the name properly in System.load("libname");

like image 110
Mohammed Azharuddin Shaikh Avatar answered Sep 07 '26 06:09

Mohammed Azharuddin Shaikh