You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/19 19:46:33 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #869: Upgrading Cordova Android version cause INSTALL_FAILED_UPDATE_INCOMPATIBLE

breautek edited a comment on issue #869: Upgrading Cordova Android version cause INSTALL_FAILED_UPDATE_INCOMPATIBLE
URL: https://github.com/apache/cordova-android/issues/869#issuecomment-555678202
 
 
   > “INSTALL_FAILED_UPDATE_INCOMPATIBLE signatures do not match the previously installed version”
   
   This means that you have used a different keystore to sign your APK compared to the APK that is already installed on the device. 
   
   A common error where this occurs is that you had a debug copy installed on your device (signed with the android sdk provided keystore) while trying to install a production copy of your APK (signed with your own keystore), or vice versa.
   
   In order to avoid this error, make sure you use the same keystore.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org