-
Notifications
You must be signed in to change notification settings - Fork 369
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
Caused by: com.getkeepsafe.relinker.MissingLibraryException: libmmkv.so #78
Comments
Same problem: log:
java:
|
Is there any one maintain this project. Facing the same crash. |
Similar issue. Bump up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java.lang.RuntimeException: Unable to create application com.vivo.health.app.VivoHealthApplication: com.getkeepsafe.relinker.MissingLibraryException: libmmkv.so
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7195)
at android.app.ActivityThread.access$1500(ActivityThread.java:265)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2152)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:239)
at android.app.ActivityThread.main(ActivityThread.java:8179)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:626)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1015)
Caused by: com.getkeepsafe.relinker.MissingLibraryException: libmmkv.so
at com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary(ApkLibraryInstaller.java:24)
at com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal(ReLinkerInstance.java:15)
at com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary(ReLinkerInstance.java:6)
at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:4)
at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:1)
The text was updated successfully, but these errors were encountered: