WindySha / Xpatch

This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.
Apache License 2.0
2.56k stars 393 forks source link

Dependency conflicts between patched apk and Xposed module #89

Closed undefs closed 2 years ago

undefs commented 3 years ago

If the patched apk and xposed module it loads has a same dependency with different version, then it conflicts and NoSuchMethodError exception occurs. Example: If Patched apk has guava:26 and xposed module has guava:27 dependency, then runtime error occurred. Rooted xposed doesn't have this problem. Is it possible to fix?