-
Notifications
You must be signed in to change notification settings - Fork 371
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
Unable to find the library even though it is existing in the Apk of the devices which is causing the issue #98
Comments
We've recently seen this reported as well on a number of devices and Android versions. Android 10, 11 and 12 account for ~60% of the reports, but it's happening on other versions too. |
We also encountered this problem: com.getkeepsafe.relinker.MissingLibraryException: Could not find 'libmmkv.so'. Looked for: [arm64-v8a, armeabi-v7a, armeabi], but only found: []. This problem occurs with different android versions and different phone brands, mostly on android 10, 11 and 12, btw we used google aab function. |
We are facing this same problem. Are there any updates on this? Or any proposed workarounds? |
My impression is that it occurs after installing an app update. Can anyone confirm this? |
Caused by com.getkeepsafe.relinker.b: Could not find 'libjni_latinime.so'. Looked for: [armeabi-v7a, armeabi], but only found: []. at com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary(ApkLibraryInstaller.java:175) at com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal(ReLinkerInstance.java:180) at com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary(ReLinkerInstance.java:136) at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:70) at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:51) at com.android.inputmethod.latin.utils.JniUtils.<clinit>(JniUtils.java:30) at com.android.inputmethod.latin.utils.JniUtils.loadNativeLibrary(JniUtils.java) at com.android.inputmethod.latin.BinaryDictionary.<clinit>(BinaryDictionary.java:228) at com.android.inputmethod.indic.ExpandableBinaryDictionary.openBinaryDictionaryLocked(ExpandableBinaryDictionary.java:272) at com.android.inputmethod.indic.ExpandableBinaryDictionary.loadBinaryDictionaryLocked(ExpandableBinaryDictionary.java:626) at com.android.inputmethod.indic.ExpandableBinaryDictionary.access$700(ExpandableBinaryDictionary.java:56) at com.android.inputmethod.indic.ExpandableBinaryDictionary$12.run(ExpandableBinaryDictionary.java:689) at com.android.inputmethod.indic.ExpandableBinaryDictionary$1.run(ExpandableBinaryDictionary.java:212) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818)
As you can see in the image in the file it is existing in the Apk, this is one of the prominent devices apk in which crashes are coming.
Any specific reason why is coming?
The text was updated successfully, but these errors were encountered: