facebookarchive / fb-adb

A better shell for Android devices
Other
1.14k stars 128 forks source link

environment variables don't work with rdex #29

Open tcmulcahy opened 9 years ago

tcmulcahy commented 9 years ago

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.