-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 j8.b: Could not find 'librealm-jni.so'. Looked for: [arm64-v8a, armeabi-v7a, armeabi], but only found: []. #7767
Comments
Hi @adaonder We have seen this happen in a few cases:
All of these things are unfortunately outside our control. If you somehow are able to reproduce this, we would love to get the details. |
Hi @cmelchior I think the source of the problem is app bundles(.aab). I download the app from Google Play Store. |
Hi @adaonder |
Hi, we just started seeing this same issue today in our Crashlytics console. We have not reproduced this issue ourselves, but I will provide more information as I am able to. Thanks. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
@edualonso this method Realm.init(context); I was getting it when I typed it in Application. Now I wrote it in Activity I no longer get this error. |
I couldn't reproduce the issue by deploying an app bundle with Realm on a Samsung S9 (Android 10) and on a Samsung A70 (Android 11). |
I already saw it by chance once, it didn't happen yet. It was constantly coming up on firebase. |
maybe there is a bug in android. But I first saw this error in your library. There was this error when the application was in the extended class. The command there is Realm.init(). |
@cmelchior, @clementetb, You can close this thread if you want. because this error hasn't come yet since I changed my code. |
Initializing the code in @adaonder On what callback were you invoking |
Old Code: class Application extends MultiDexApplication ; `@Override
|
Is there any update on this issue, I still have this problem |
The same problem Pixel 6 pro |
Getting same error in my firebase crashanalytics dashboard. |
How frequently does the bug occur?
Sometimes
Description
Caused by j8.b: Could not find 'librealm-jni.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.ReLinker.loadLibrary(ReLinker.java:70)
at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:57)
at io.realm.internal.RealmCore.loadLibrary(RealmCore.java:60)
at io.realm.Realm.initializeRealm(Realm.java:348)
at io.realm.Realm.init(Realm.java:263)
at com.globme.common.data.local.realm.LocalRealmDB.realConfiguration(LocalRealmDB.java:27)
at com.globme.timeware.application.Application.onCreate(Application.java:34)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1192)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7233)
at android.app.ActivityThread.access$1700(ActivityThread.java:292)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2172)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:255)
at android.app.ActivityThread.main(ActivityThread.java:8224)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
Stacktrace & log output
Can you reproduce the bug?
-- select --
Reproduction Steps
No response
Version
10.13.2-transformer-api
What Atlas App Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Android 12
Build environment
Android Studio version: Android Studio Electric Eel | 2022.1.1 Patch 1
Android Build Tools version: Build #AI-221.6008.13.2211.9514443, built on January 21, 2023
Gradle version: gradle:7.4.1
The text was updated successfully, but these errors were encountered: