当前位置: 首页 > 知识库问答 >
问题:

无论设置什么版本代码,“您都需要为您的APK或Android应用包使用不同的版本代码”

韦望
2023-03-14

我正试图上传一个新的更新,为我的上一个应用程序的测试版在谷歌play商店。

apply plugin: 'com.android.application'

android {
    compileSdkVersion 28
    defaultConfig {
        applicationId "com.company.myapp"
        minSdkVersion 18
        targetSdkVersion 28
        versionCode 29
        versionName "29.2.5"
        multiDexEnabled true
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }
}

共有1个答案

范宏大
2023-03-14

Google play侧栏

试着在侧边栏探索神器库,你可以删除你以前上传的应用程序,然后reupload你的新应用程序。

 类似资料: