gpt4 book ai didi

java - 我可以将 Google Play 服务添加到已发布的应用程序中吗?

转载 作者:行者123 更新时间:2023-12-01 08:59:35 25 4
gpt4 key购买 nike

我的游戏已在 Google Play 上发布并上线。但在下一次更新中我想添加 Play 服务。这可能吗,因为我读到我必须先发布 Play 服务,然后再发布游戏。如果可能的话,你能给我详细的说明吗,因为我尝试过一次,结果搞砸了。

最佳答案

您必须返回源代码,添加 Google Play 服务并构建另一个 APK。之后,再次将其重新上传到 Google Play,例如版本 2。 Add Google Play Services to Your Project 中说明了将 Google Play 服务添加到您的项目的说明。 :

要使 Google Play 服务 API 可用于您的应用:

Open the build.gradle file inside your application module directory. Note: Android Studio projects contain a top-level build.gradle file and a build.gradle file for each module. Be sure to edit the file for your application module. See Building Your Project with Gradle for more information about Gradle. Add a new build rule under dependencies for the latest version of play-services. For example: apply plugin: 'com.android.application' ...

dependencies {
compile 'com.google.android.gms:play-services:10.0.1'
}

Be sure you update this version number each time Google Play services is updated. Check the docs for more info.

关于java - 我可以将 Google Play 服务添加到已发布的应用程序中吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41792941/

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