简体   繁体   English

发布新版安卓应用

[英]Release new version of android app

I released new version of my application in eclipse with own signature and i increase version code.我使用自己的签名在 eclipse 中发布了我的应用程序的新版本,并增加了版本代码。

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... ...我在 Eclipse 中的应用程序带有自己的签名...

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.如果签名与您之前使用的不同,无论出于何种原因,您都无法安装具有相同 ID(包名称)的应用程序,除非您先卸载旧应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 android 应用新版本发布时的错误展示 - Error showcase on android app new version release 发行android应用的新版本,该新版本可以替换为以前的版本 - Release an android app's new version that can be replaced by previous version 是否可以仅以某些语言发布新版本的Android应用程序? - Is it possible to release a new version of an Android app only in certain languages? 调试 Android 应用发布版本 - Debugging release version of Android app 新版本的android应用 - New version of android app 是否可以仅针对智能手机发布新的Android应用版本,并保持平板电脑的旧版本可用? - Is it possible to release new Android app version for smartphone only and to keep the previous available for tablets? 在Android应用发布版本中获取错误的版本代码和版本名称 - Getting wrong version code and version name in android app release version 是否可以发布Android应用的公开和私有版本? - Is it possible to release a public and private version of an Android app? 测试Android应用的发布和受保护版本-NoSuchMethodError - Testing release and proguarded version of Android app - NoSuchMethodError Android Koin NoBeanDefFoundException仅在应用的发行版中 - Android Koin NoBeanDefFoundException only in release version of app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM