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

MissingLibraryException: Could not find 'libc++_shared.so' #204

Closed
stevie658jjh opened this issue Sep 30, 2020 · 1 comment
Closed

MissingLibraryException: Could not find 'libc++_shared.so' #204

stevie658jjh opened this issue Sep 30, 2020 · 1 comment

Comments

@stevie658jjh
Copy link

I am compiling this project and build successfully but I got this error when the app just started:

Caused by: com.getkeepsafe.relinker.MissingLibraryException: Could not find 'libc++_shared.so'. Looked for: [arm64-v8a, armeabi-v7a, armeabi], but only found: [].
        at com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary(ApkLibraryInstaller.java:173)
        at com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal(ReLinkerInstance.java:180)
        at com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary(ReLinkerInstance.java:136)
        at com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary(ReLinkerInstance.java:92)
        at com.renard.ocr.TextFairyApplication.loadLibaries(TextFairyApplication.java:57)
        at com.renard.ocr.TextFairyApplication.onCreate(TextFairyApplication.java:45)

I am using windows 10 and android studio 4.0.1
Thank for any suggestion

@renard314
Copy link
Owner

i just modernized the libraries and fixed the travis build. Could you try again with latest master?

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

2 participants