韵の祈
韵の祈
> The opnames are not working, I have done several tests but it always returns that no method was found Can you provide a reproducible example? dex/apk and query examples
2.0.1 Fixed
你可以传入 framework.jar 的路径创建 DexKitBridge 对象,用法与 apk 一致
@hoooou see /system/framework
@EatHatsuneShallots framework正常来说也不会混淆吧,不知道你使用dexkit需要达成的目的是什么。至于系统oat优化删除原文件这并不属于可控范围,建议寻找其它解决方案
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
Please make sure the `libdexkit.so` file is packaged into the apk 
please provide error log > 再次尝试,lib 位于 apk 内,但无法加载库:(
https://luckypray.org/DexKit/en/guide/quick-start.html#environment-requirements see Notice,try to manually unzip the libdexkit.so file to load it