gpt4 book ai didi

android - Firebase Crashlytics 缩小 R8 Android

转载 作者:行者123 更新时间:2023-12-04 23:36:52 25 4
gpt4 key购买 nike

该应用程序在正常情况下运行良好,但是当我尝试实现 minify 和 R8 时。这会引发以下错误。

* What went wrong:
Execution failed for task ':app:uploadCrashlyticsMappingFileAlpha'.
> Failed to calculate the value of task ':app:uploadCrashlyticsMappingFileAlpha' property 'googleServicesResourceRoot'.
> Could not get unknown property 'intermediateDir' for task ':app:processAlphaGoogleServices' of type com.google.gms.googleservices.GoogleServicesTask.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:uploadCrashlyticsMappingFileAlpha'.

//..... More Error Line
我收到上述错误并且
完全不知道发生了什么。
buildTypes {
getByName("debug") {
applicationIdSuffix = ".sandbox"
debuggable true
}
alpha {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
versionNameSuffix ".alpha"
}
}
这是我使用的上述代码,我正在尝试构建 Alpha,但是当我调试时工作正常。

最佳答案

更新
Google Play 服务有一个新版本,它似乎解决了这个问题。您可以使用 4.3.13 .为此,他们带回了缺失的功能。

原答案
请将 Google Play 服务降级为 4.3.10 .我不知道它背后的原因,但似乎 4.3.12不兼容。
这是我在 Google issuetracker 上创建的问题:
https://issuetracker.google.com/issues/237071883

关于android - Firebase Crashlytics 缩小 R8 Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72744796/

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