gpt4 book ai didi

android - 行 : "apply plugin: ' com. google.gms.google-services 的“应该在底部是否重要?

转载 作者:行者123 更新时间:2023-12-04 16:29:13 25 4
gpt4 key购买 nike

这行是否重要:apply plugin: 'com.google.gms.google-services' 应该在底部?

它来自 firebase 页面,其中包含如何将 firebase 添加到您的 android 应用程序的说明 It is from firebase page with instruction how to add firebase to your android app

最佳答案

不再需要将它放在 build.gradle 文件的末尾。他们从 newest docs 中删除了“到文件底部”的注释。现在在顶部应用插件:

In your module (app-level) Gradle file (usually app/build.gradle), apply the Google Services Gradle plugin:

apply plugin: 'com.android.application'
// Add the following line:
apply plugin: 'com.google.gms.google-services' // Google Services plugin

android {
// ...
}

关于android - 行 : "apply plugin: ' com. google.gms.google-services 的“应该在底部是否重要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54347518/

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