0

我曾使用 makefile 从谷歌的源代码编译 pdfium 作为共享库。但是当我加载它时。发生错误。

 Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__executable_start" referenced by "/data/app/com.github.barteksc.sample-2i9NLu3R8m2oImEBh8vodA==/lib/arm64/libpdfium.so"...
        at java.lang.Runtime.loadLibrary0(Runtime.java:1071)
        at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
        at java.lang.System.loadLibrary(System.java:1667)
        at com.shockwave.pdfium.PdfiumCore.<clinit>(PdfiumCore.java:28)
        at com.github.barteksc.pdfviewer.PDFView.<init>(PDFView.java:266)
            ... 31 more

我不知道如何解决,有人可以帮助我吗?

4

0 回答 0