Closed Xiaolangs closed 2 weeks ago
Cannot understand the issue. You failed to compile? If that is the case, refer to the GitHub CI files for compilation.
Cannot understand the issue. You failed to compile? If that is the case, refer to the GitHub CI files for compilation.
implementation(projects.apache) implementation(projects.axml) 目前遇到一个问题 我把仓库代码拉进lspatch里出现找不到这个这两个module
Cannot understand the issue. You failed to compile? If that is the case, refer to the GitHub CI files for compilation.
implementation(projects.apache) implementation(projects.axml) 目前遇到一个问题 我把仓库代码拉进lspatch里出现找不到这个这两个module
解决了谢谢
Steps to reproduce/复现步骤
1
Expected behaviour/预期行为
不缺失
Actual behaviour/实际行为
缺失类无法运行
Xposed Module List/Xposed 模块列表
Magisk Module List/Magisk 模块列表
LSPosed version/LSPosed 版本
1
Android version/Android 版本
1
Magisk version/Magisk 版本
1
Riru version/Riru 版本
1
Version requirement/版本要求
Logs/日志
`public class MemberUtilsX { public static int compareConstructorFit(final Constructor<?> left, final Constructor<?> right, final Class<?>[] actual) { return MemberUtils.compareConstructorFit(left, right, actual); }
} ` MemberUtils缺失