Firestore插件导致Flutter Android App生成错误

时间:2019-01-19 08:43:46

标签: firebase flutter

尝试在我的Flutter项目中设置cloud_firestore,并且在iOS上可以正常加载。但是,Android构建失败,并显示以下错误:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

在我的pubspec.yaml中,我有:

cloud_firestore: ^0.8.2+3

我将此类路径添加到android / build.gradle:

classpath 'com.google.gms:google-services:4.0.1'

然后将其发送到app / build.gradle:

apply plugin: 'com.google.gms.google-services'

我相信我已经在Firestore的Android设置中正确完成了所有操作,但仍然无法正常工作。知道为什么它不能为Android构建吗?

0 个答案:

没有答案