You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, guys. I have imported your library to my project. Recently I found the following crash log. It means that the library doesn't exist in apk for some unknown reason. But the Exception is thrown from a thread, thus I can't catch it myself. Could you protect app from crash in this special case.
Fatal Exception: com.getkeepsafe.relinker.MissingLibraryException: lib/armeabi-v7a/libcheckemu.so
at com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary(SourceFile:85)
at com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal(SourceFile:182)
at com.getkeepsafe.relinker.ReLinkerInstance.access$000(SourceFile:35)
at com.getkeepsafe.relinker.ReLinkerInstance$1.run(SourceFile:146)
at java.lang.Thread.run(Thread.java:841)
The text was updated successfully, but these errors were encountered:
Hey, guys. I have imported your library to my project. Recently I found the following crash log. It means that the library doesn't exist in apk for some unknown reason. But the Exception is thrown from a thread, thus I can't catch it myself. Could you protect app from crash in this special case.
The text was updated successfully, but these errors were encountered: