-
Notifications
You must be signed in to change notification settings - Fork 63
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
Can't load library dexutils #27
Comments
Have you checked if libdexkit.so exists in the lib/arm64-v8a directory of the apk file? |
It seems that you opened the wrong directory, the apk file instead of the installation path |
Checked now, the libs are in: But everytime I get the error when loading library. |
After a lot of try and invalidating cache a lot of times it worked... |
Tried again, the lib is inside the apk but it fails to load library :( |
please provide error log
|
|
https://luckypray.org/DexKit/en/guide/quick-start.html#environment-requirements see Notice,try to manually unzip the libdexkit.so file to load it |
Hello.
I get the error:
java.lang.UnsatisfiedLinkError: LspModuleClassLoader[module=/data/app/~~oJ3Sbpdmqwd7l_PYKBCkVg==/it.dhd.oxygencustomizer-ujffWgUx6hc7D0DhKmYP9Q==/base.apk, l0[DexPathList[[dex file "InMemoryDexFile[cookie=[0, -5476376665281513568, -5476376665281512672, -5476376665281512224]]"],nativeLibraryDirectories=[/data/app/~~oJ3Sbpdmqwd7l_PYKBCkVg==/it.dhd.oxygencustomizer-ujffWgUx6hc7D0DhKmYP9Q==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]]] couldn't find "libdexkit.so"
When trying to load dexkit library.
Class Example
DexKitUtils
This is the project
The text was updated successfully, but these errors were encountered: