JingMatrix / LSPosed

LSPosed Framework resuscitated
https://lsposed.org
GNU General Public License v3.0
1.99k stars 57 forks source link

类缺失 #70

Closed Xiaolangs closed 2 weeks ago

Xiaolangs commented 2 weeks ago

Steps to reproduce/复现步骤

1

Expected behaviour/预期行为

不缺失

Actual behaviour/实际行为

缺失类无法运行

Xposed Module List/Xposed 模块列表

1

Magisk Module List/Magisk 模块列表

1

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); }

public static int compareMethodFit(final Method left, final Method right, final Class<?>[] actual) {
    return MemberUtils.compareMethodFit(left, right, actual);
}

} ` MemberUtils缺失

JingMatrix commented 2 weeks ago

Cannot understand the issue. You failed to compile? If that is the case, refer to the GitHub CI files for compilation.

Xiaolangs commented 2 weeks ago

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

Xiaolangs commented 2 weeks ago

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

解决了谢谢