ReLinker icon indicating copy to clipboard operation
ReLinker copied to clipboard

A robust native library loader for Android.

Results 29 ReLinker issues
Sort by recently updated
recently updated
newest added

1、报错堆栈 java.lang.ExceptionInInitializerError: at com.xxx.aspectj.SpAspect$Holder.access$000 (SpAspect.java) at com.xxx.aspectj.SpAspect.redirectEnable (SpAspect.java:90) at com.xxx.aspectj.SpAspect.onContextGetSp (SpAspect.java:39) at com.huawei.hms.aaid.utils.PushPreferences$CallStubCgetSharedPreferencesa47401526db6800508c1c59bfb8a057b.redirect (PushPreferences.java) at com.xxx.library.mtajx.runtime.BaseMethodJoint.invoke (BaseMethodJoint.java:13) at com.huawei.hms.aaid.utils.PushPreferences. (PushPreferences.java:4) at com.huawei.hms.opendevice.i. (i.java:1) at com.huawei.hms.opendevice.i.a (i.java:1) at com.huawei.hms.aaid.init.AutoInitHelper.isAutoInitEnabled (AutoInitHelper.java:1) at...

`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.(JniUtils.java:30) at com.android.inputmethod.latin.utils.JniUtils.loadNativeLibrary(JniUtils.java) at...

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:...

I have encountered the following problems recently, I don't know whether it is the cause of the device itself or the loading problem of ReLinker, please tell me what is...

I have developing Xamarin project for Android and building is failed with `java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: obj\Debug\110\lp\134\jl\bin\classes.jar : com/getkeepsafe/relinker/ApkLibraryInstaller$ZipFileInZipEntry.class MyClient.Android ` `Exception in thread "main" java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException:...

I have a very rudimentary understanding of systems and theoretically what they are capable of. I have recently learned a bit about open source and am ignorant to do much...

When requesting to load a specific library version, ReLinker currently expects the filename to be like `libname.so.`. I faced some problems when trying to build apps with native libraries that...

Could not find 'libvrender-jni.so'. Looked for: [x86, armeabi-v7a, armeabi], but only found: []. com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary (ApkLibraryInstaller.java:173) com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal (ReLinkerInstance.java:180) com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary (ReLinkerInstance.java:136) com.getkeepsafe.relinker.ReLinker.loadLibrary (ReLinker.java:70) com.getkeepsafe.relinker.ReLinker.loadLibrary (ReLinker.java:51) On my test device, it doesn't crash,...

Just noticed in the latest documentation you mention > If your app includes native libraries, and your minimum SDK is below API 23 (Marshmallow), you need ReLinker. We are finding...

Hello team, thanks for the project! Trying to use it but can't seem to get it working on older Android devices. I've put together a [trivial test case](https://github.com/ViliusSutkus89/ReLinkerSharedSTL/) to illustrate...