最佳答案
试图在我的项目中使用 Firest。我的项目是一个全新的项目,但是在我的设备上运行这个应用程序时遇到了一些问题而没有得到一个错误: 任务“ : app: mergeDexDebug”执行失败。
我的应用程序正在使用 AndroidX。我已经添加了我的 google-services. json 文件,按照步骤等。
Yaml 文件:
dependencies:
cloud_firestore: ^0.13.3
Android/build.gradle:
com.google.gms:google-services:4.3.3
完全错误:
失败: 构建失败,有异常。
出了什么问题: 任务“ : app: mergeDexDebug”执行失败。 执行 com.android.build.gradle.interal.asks 时发生错误 异常: 合并 dex 归档时出错: Dex 文件中的方法引用数不能超过64K。 了解如何在 < a href = “ https://developer.android.com/tools/building/multidex.html”rel = “ norefrer”> https://developer.android.com/tools/building/multidex.html 解决这个问题