According to the series of responses in INSTALL_FAILED_UPDATE_INCOMPATIBLE when I Try to install Compiled . apk on device
This message means that the application is already installed:
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
This may occur because you may have installed the application otherwise, or installed via root or via playstore, you may try to uninstall via adb:
adb uninstall <nome do pacote>
Or you can uninstall on your own phone, go to Settings > Apps and select your App and click Uninstall
Latest versions of Android just drag the App and at the top of the screen appears the Uninstall (or Uninstall):
Note: If only Remove appears it means that it is not possible to uninstall
Would have some way to solve this problem without losing existing data?
There are some, still if the problem occurs at all times you should check what is happening, probably was trying to install the app by different means, or your ADT is outdated.
Note: If only Remove appears it means that it is not possible to uninstall
Or you can use an app like:
There may be more than one reason for this to happen. Please specify what relevant you changed between the two versions.
– ramaral
Nothing structural changed (name of Packages, addition of new libraries, absolutely nothing like that), just some basic features.
– flpn
Is this data from your old app in a database(sqlite type))? You can export this data?
– pnet
Data in text files and in the database. There would be no way to export because there are several people using the application, and each of them has their own data on their phones
– flpn
Can’t that be different signatures? Like two different keys.
– pnet