gpt4 book ai didi

flutter - 如何构建签名的 appbundle

转载 作者:行者123 更新时间:2023-12-05 06:22:53 27 4
gpt4 key购买 nike

我们将 flutter 版本从 1.00 升级到 1.7.8,然后通过
flutter build apk --flavor 制作
它会自动生成签名的apk文件。

但是我们升级到1.7.8之后我试过了

flutter build appbundle --flavor production

当我将它上传到 google play store 时,它说我的应用程序未签名。

当我尝试生成 aab 文件而不是 apk 文件时,我还应该做些什么吗?

我保留了之前的设置

 signingConfigs {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile file(keystoreProperties['storeFile'])
storePassword keystoreProperties['storePassword']
}
}
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release
}
}

我有一个名为 key.properties 的文件来存储 signingConfig 的值

最佳答案

要将 aab 上传到 Google play,您必须先注册 Google Play 的应用签名。

在此处查看详细信息: https://support.google.com/googleplay/android-developer/answer/7384423

引用: https://developer.android.com/guide/app-bundle/

  1. Enroll into app signing by Google Play. Otherwise, you can't upload your app bundle to the Play Console.

关于flutter - 如何构建签名的 appbundle,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58874498/

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