gpt4 book ai didi

android - 如何在 Playstore 控制台中上传多个 APK

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:10:52 25 4
gpt4 key购买 nike

在这里,我可以在我的构建 gradle 中通过 Android 架构拆分 APK。我正在使用 ndk abiFilters 并在生成/构建发布 APK 并获得 7 个不同架构的 APK 后溢出 APK。

android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.XXX.XXXXX"
minSdkVersion 17
targetSdkVersion 27
versionCode 1
versionName "1.0"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
abiFilters "armeabi", "armeabi-v8a", "x86", "mips"
}

multiDexEnabled true
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath false
}
}
}
flavorDimensions "default"



splits {
abi {
enable true
reset()
include "armeabi", "armeabi-v7a", "armeabi-v8a", "x86", "x86_64", "mips", "mips64"
universalApk false
}
}

如何将所有 7 个不同的 apk 上传到 playstore 以及如何管理所有这些 apk。

感谢您的帮助。

最佳答案

将多个 APK 上传到 Google 控制台的步骤 -

  1. 转到您的 google 控制台并使用 7 个不同 APK 中的一个 APK 填写所有强制性数据,然后提交该应用程序以供生产。
  2. 现在转到App Release中的Create Release
  3. 上传另一个 APK 并保留之前的 APK 并将更改提交到生产环境。
  4. 对 APK 重复第 2 步和第 3 步,不要忘记保留 APK。如果您不这样做,那么 apk 将会丢失。

To update the App with new versions of Apks, Deactivate all the apk and repeat the steps.

关于android - 如何在 Playstore 控制台中上传多个 APK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53869529/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com