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
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
I'm getting this error with rdex:
E/AndroidRuntime(15136): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load keyboard from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/local/tmp/rdex/keyboard_apk.jar"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]]: findLibrary returned null
The path I tried to set with -Y"LD_LIBRARY_PATH=..." doesn't show up in nativeLibraryDirectories above, so I think this is a problem with rdex. It does work with fb-adb shell, so I'm guessing this is a problem with rdex.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error with rdex:
E/AndroidRuntime(15136): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load keyboard from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/local/tmp/rdex/keyboard_apk.jar"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]]: findLibrary returned null
The path I tried to set with -Y"LD_LIBRARY_PATH=..." doesn't show up in nativeLibraryDirectories above, so I think this is a problem with rdex. It does work with fb-adb shell, so I'm guessing this is a problem with rdex.
The text was updated successfully, but these errors were encountered: