我是Firebase碰撞的新手,我已经添加了来自颤振火的碰撞,它适用于新项目,但是我的客户端应用程序出现错误。
我不确定去哪里找,因为根本没有错误。< br >添加firebase crashlytics后,我也无法生成内部版本apk。但是在生成release apk时,我得到了这个错误。
如果您有任何想法,请告诉我。
我唯一可以怀疑的是我更改了包名称,但我也更新了 firebase 和 android 包。所以我现在很困惑。
* What went wrong:
A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileRelease' (type 'UploadMappingFileTask').
> File 'C:\flutter\alink\build\app\generated\res\google-services\release\values\values.xml' specified for property 'googleServicesFile' does not exist.
您可以尝试更改对android / build.gradle的依赖吗?
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1'
}
https://github.com/FirebaseExtended/flutterfire/issues/6705#issuecomment-899098165 这个评论说为我工作。而且我也尝试过。这是工作