google-play - 如何删除我的旧 apk 并在 Google Play 市场上发布更新?

标签 google-play

如何删除我的旧 APK 并在 Google Play 市场上发布更新?我有一个已发布的 APK,但我在代码中添加了一些额外的内容。我已经想出了如何取消发布我的应用程序,但是如何删除旧的并上传新的?我尝试停用并上传新的...并向我发送消息新的 apk 的 versionCode (1) 已经存在... .但是我已经修改了代码并进行了新的签名...如果更改包名称不被接受...我从 list 中更新版本代码和名称并修复它!

最佳答案

在新 APK 的 android list 中更改这两行:

android:versionCode="the higher the number here, the newer the apk is to the android market- for ex. 2"
android:versionName="here is your version name- for ex. 1.0.2"
之后发布apk

关于google-play - 如何删除我的旧 apk 并在 Google Play 市场上发布更新?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14057275/

相关文章:

android - 丢失了我的 keystore ,其中只有 SHA1

android - 从Google Play下载时找不到应用程序类异常

angular - 如何使用Cordova将Google Play应用购买与Angular应用集成?

android - 封闭轨道的 Google Play 发布到生产

android - Google Play 因不安全的加密模式而拒绝我的应用

android - 已签名的 apk 中的 Linkedin 集成错误

android - Android中的“正常警报”对话框

java - 检索 Playstore 上我的应用程序列表

android - 将新的 APK 上传到生产环境。对于新版本的 Android 应用程序。

Android 应用仅在某些设备上出现在 Google Play 搜索中