Android - Google Play - 上传APK

时间:2014-08-09 17:52:17

标签: android

几个星期前我将我的第一个应用程序上传到Google Play,一切正常。但是我有更新,需要将其推送到Google Play。我已完成研究,发现我需要将以下内容添加到我的清单文件中:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.shouttag.mothership"
    android:versionCode="2"
    android:versionName="1.1" >

但是,当我尝试上传已签名的APK文件时,我会继续使用可怕的&#34;您需要为APK使用不同的版本代码,因为您已经拥有版本代码为1的版本代码。&#34;错误。这是因为在第一个版本中,我没有versionCodeversionName属性吗?

关于我如何解决这个问题的任何指导?

1 个答案:

答案 0 :(得分:0)

如果您使用的是Android Studio,请务必同时更改build.gradle中的版本。