I'm trying to install an unsigned APK on my Android device, but I keep getting the INSTALL_FAILED_UPDATE_INCOMPATIBLE
error. The previous version of the app was also unsigned, and I'm trying to install a new version that is also unsigned.
I understand that this error usually occurs when the signatures of the installed app and the new APK do not match. However, since both the installed app and the new APK are unsigned, I'm not sure why I'm getting this error.
I know that one solution is to uninstall the current app and then install the new APK, but I want to avoid this because it would erase the user data and app settings. Is there any other way to solve this problem without uninstalling the current app?