package conflicts with an existing package #1081
Answered
by
LisoUseInAIKyrios
titandino88
asked this question in
Questions
-
java -jar cli.jar patch -b patches.jar -m integration.apk -o out.apk in.apk when there's a new apk update, i use the same command to patch, there is no error with the out.apk but when i try to install/update the apk, it gave error saying package conflicts with an existing package apk source is always from apk pure please advice what i did wrong |
Beta Was this translation helpful? Give feedback.
Answered by
LisoUseInAIKyrios
Oct 26, 2024
Replies: 1 comment 3 replies
-
Are you patching YouTube? If patching failed then it will give that error because the package name is still the same. Use the nodpi APK from ApkMirror. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you deleting any files in the patcher directory? If the generated patcher signing key is deleted then an installation error will occur when trying to patch again, because it will generate a new (and different) signing key that no longer matches.