Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add library to project like module import gradle project #80

Open
tienadr opened this issue Apr 29, 2021 · 3 comments
Open

How to add library to project like module import gradle project #80

tienadr opened this issue Apr 29, 2021 · 3 comments

Comments

@tienadr
Copy link

tienadr commented Apr 29, 2021

E/PDFView: load pdf error
java.lang.UnsatisfiedLinkError: No implementation found for long com.shockwave.pdfium.PdfiumCore.nativeOpenDocument(int, java.lang.String) (tried Java_com_shockwave_pdfium_PdfiumCore_nativeOpenDocument and Java_com_shockwave_pdfium_PdfiumCore_nativeOpenDocument__ILjava_lang_String_2)
at com.shockwave.pdfium.PdfiumCore.nativeOpenDocument(Native Method)
at com.shockwave.pdfium.PdfiumCore.newDocument(PdfiumCore.java:135)
at com.github.barteksc.pdfviewer.source.UriSource.createDocument(UriSource.java:38)
at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:53)
at com.github.barteksc.pdfviewer.DecodingAsyncTask.doInBackground(DecodingAsyncTask.java:27)
at android.os.AsyncTask$3.call(AsyncTask.java:378)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

@tienadr tienadr changed the title How to add library to project like modiler How to add library to project like modul Apr 29, 2021
@tienadr tienadr changed the title How to add library to project like modul How to add library to project like moduler Apr 29, 2021
@tienadr tienadr changed the title How to add library to project like moduler How to add library to project like module import gradle project Apr 29, 2021
@XCarbone
Copy link

XCarbone commented Jun 7, 2021

I have the same problem, did you found any solution to this?

@WinWang
Copy link

WinWang commented Jan 8, 2022

+1

@liconglei
Copy link

Use NDK Version 25.1.8937393 to solve this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants