renard314 / textfairy

Android OCR App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

stevie658jjh opened this issue · comments

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

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