尝试将 App Bundle 上传到 Play 商店时出错
Error When Trying to Upload App Bundle to Play Store
我正在尝试将应用程序包上传到 Google Play 商店,但 Play 控制台显示一条错误消息:
"An error occurred with running the bundle-tool for your uploaded app
bundle. Ensure that your app bundle is valid and try again. Learn
more. Error:"
我 运行 在我自己的计算机上安装了捆绑工具,一切正常。
有人知道为什么会这样吗?
您 运行 "build-apks" 使用的是最新版本的 bundletool 吗?
如果是这样,那么在无法访问实际包的情况下,我们几乎无能为力。我建议联系 Play 管理中心支持团队:他们将能够进行调查。
https://developer.android.com/studio/projects/dynamic-delivery#create_dynamic_feature
你可能需要这个。尽管文档没有详细说明。
您只需部署aab 文件,不再允许.apk。它从八月开始成为强制性的。已经通知了
我正在尝试将应用程序包上传到 Google Play 商店,但 Play 控制台显示一条错误消息:
"An error occurred with running the bundle-tool for your uploaded app bundle. Ensure that your app bundle is valid and try again. Learn more. Error:"
我 运行 在我自己的计算机上安装了捆绑工具,一切正常。 有人知道为什么会这样吗?
您 运行 "build-apks" 使用的是最新版本的 bundletool 吗?
如果是这样,那么在无法访问实际包的情况下,我们几乎无能为力。我建议联系 Play 管理中心支持团队:他们将能够进行调查。
https://developer.android.com/studio/projects/dynamic-delivery#create_dynamic_feature 你可能需要这个。尽管文档没有详细说明。
您只需部署aab 文件,不再允许.apk。它从八月开始成为强制性的。已经通知了