简体   繁体   中英

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

我认为你没有正确加载库,或者你可能没有在System.load("libname");正确地给出名称System.load("libname");

What is your android version? on 2.1 and before, the lib libjnigraphics.so is missing and the mupdflib need it

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM