简体   繁体   中英

Release new version of android app

I released new version of my application in eclipse with own signature and i increase version code.

When i want to install new version on device that installed old version on it,this message appears:

"an existing package with the same name with a conflicting signature is already installed."

The reason might be because you previously installed a debug version on your device which has a default key used by that debug version. Releasing a new version with your signature doesn't match the debug key so you get that warning and should uninstall current version before installing the new one.

The key is

...of my application in eclipse with own signature...

if the signature is different than you used before, for any reason, you cannot install application with the same id (package name), unless you uninstall the old app first.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM