gpt4 book ai didi

android - 如何正确更新 Google Play 服务

转载 作者:太空狗 更新时间:2023-10-29 13:15:34 27 4
gpt4 key购买 nike

是否可以在 build.gradle 中更改 Google Play 服务库后更新我的应用程序?

我将其更改为:
编译 'com.google.android.gms:play-services:8.3.0'

编译 'com.google.android.gms:play-services-ads:8.4.0'

更改播放服务版本并在我的手机上安装后,android studio 警告我无法更新现有应用程序,我必须卸载它。那么,我是否仍可以在开发者控制台中发布新的 APK,这会导致问题吗?

最佳答案

After changing the Play Service version, and installing on my phone, android studio gave me a warning saying that I can't update the existing application, and I must uninstall it.

它会向您发出警告,因为在您的设备中您已经签署了 APK,并且您正在尝试使用调试 apk 更新它。因此生成签名的 apk(无论您以前使用过什么,都使用相同的证书)然后更新设备中的应用程序。

So, can I still release the new APK in the developer console, and will it cause issues?

在上面的过程中没有问题然后你可以在 Google Play 商店上传相同签名的 apk


assume you know what is signed & debug apk and how to generate both


编辑:

Gradle 是一个构建系统。我无法用简单的方式解释它,但您可以在 this answer 中阅读 Gradle 的更多详细信息。更多关于 build systemBuild System Overview

关于android - 如何正确更新 Google Play 服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35052497/

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