Hello!
I get this error when trying to generate a debug apk to update an application directly on the device:
Execution failed for task ': app: installDebug'.
com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Failed to finalize session: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package prensa.com signatures do not match the previously installed version; ignoring!
I am sure that the version code and the name of the version were increased and the name of the package is the same.
In addition, the keystore and other keys are the same as those used previously.
Where is the error?