I recently buy a new phone and I want to reinstall an app but I’ve the message “the application was not installed because the package conflicts with a package already present”
I can list all packages by typing ./adb shell cmd package list packages -u
So I try to uninstall it from adb with dev options and debogage USB by typing ./adb uninstall package:com.snapchat.android but I’ve the message Failure [DELETE_FAILED_INTERNAL_ERROR]
I try to understand how it works but I’m a little stuck here
Thanks for your help 🙂
Fiona is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.