【发布时间】:2021-01-14 22:03:16
【问题描述】:
我正在尝试运行任务crashlyticsUploadMappingFileRelease
但是,它以“Google App ID not found”失败
我不想在我的应用程序中安装 google play services 插件。如何让它找到应用 ID?
【问题讨论】:
-
看这里的步骤 3 (
https://firebase.google.com/docs/android/setup) 似乎要使用任何 firebase 库,您需要添加 google Services 插件(即'com.google.gms:google-services:4.3.3')是您不想添加的吗? -
是的,这就是我不想添加的内容
-
好吧,我能问一下你为什么想要那个吗? Firebase 归 Google 所有,所以我很确定 Google 会强迫您添加它以使用 firebase
-
我在我的代码中支持多个应用程序,我想手动控制哪个应用程序做什么。但是,映射文件是apk通用的,因为我删除了google play服务,所以不会再上传了。我删除了谷歌播放服务,因为它是应用程序工作的要求。 (中国....)
-
好吧,大多数 Firebase 产品在中国都不起作用,因为 google 和 Crashlytics 似乎是其中之一 (
https://github.com/firebase/firebase-ios-sdk/issues/5599)
标签: android firebase google-play-services crashlytics-android