[Bug] package conflicts with an existing package #1154
-
I have patched youtube (from the apkmirror with suggested version by revanced manager) but when I am going to install it, it says ... This is the details of patched apk, After that I have done this again and this time i have included 'change header' and 'custom branding' patches also but now it give this error And nothing is happening on clicking ok Am I missing something or i did something wrong, pls help? My Device:- |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment · 11 replies
-
Did you use default patches? This error can happen if you don't use default patches and fail to include The same error can also happen if you have a very old version of Manager (to fix it manually install the latest from http://ReVanced.app). |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yup i am using the default patches and have everything latest and i have edited my discussion also for all issues so please recheck it |
Beta Was this translation helpful? Give feedback.
All reactions
-
Then you must have an existing install of a patched YouTube. The unpatched YouTube will not conflict because it's package name is unchanged. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Nope sir, i am doing this on a freshly reset device and before it I haven't installed any patched youtube or even patched it I have even disabled my original youtube while patching and installing |
Beta Was this translation helpful? Give feedback.
All reactions
-
Uninstall everything and start over. The only way a package conflict can happen for patched YouTube is one of:
If you uninstall and reinstall everything and it still fails, then use a computer and adb and check what packages are actually installed (google how to). Uninstall stock YouTube with adb while you're at it (even though that is not the cause). |
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok I will check and notify |
Beta Was this translation helpful? Give feedback.
All reactions
-
So after retesting it, it still didn't work, This was the log from the revanced manager(after patching)
Has changed the package name also And these are the packages that i currently have (idk it would be helpful or not) but i think you have asked for it so.. I did
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Your adb logs show an existing ReVanced YouTube is installed:
You'll need to figure out how to uninstall that existing install. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Adb can uninstall apps by package name. Search and you'll find instructions. |
Beta Was this translation helpful? Give feedback.
Uninstall everything and start over.
The only way a package conflict can happen for patched YouTube is one of:
GmsCore support
was excluded (or somehow failed during patching).Change package name
patch is used and the old unpatched package name was used (rare but possible).If you uninstall and reinstall everything and it still fails, then use a computer and adb and check what packages are actually installed (google how to). Uninstall stock YouTube with adb while you're at it (even though that is not the cause).