Unsatisfied Link Error: dlopen failed: cannot locate symbol “atof”? [duplicate]
问题 This question already has an answer here : Android mupdf java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol “atof” (1 answer) Closed 3 years ago . I am trying to implement the mupdf library to render pdf documents in my app.My app crashes with the following error log:- java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "atof" referenced by "libmupdf_java.so"... at java.lang.Runtime.loadLibrary(Runtime.java:364) at java.lang.System.loadLibrary(System.java:526)