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.66k
stars
399
forks
source link
Dependency conflicts between patched apk and Xposed module #89
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?
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?