【发布时间】:2018-06-15 05:40:23
【问题描述】:
我正在使用电子邮件和密码登录用户,并使用 firebase auth 进行颤振,并且在我创建用户之后。我不断收到一条错误消息:
"Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.common.collect.ImmutableList" on path: DexPathList[[zip file "/data/app/com.example.chat5-5I0dEKw0n-K2p_N3OZOtzQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.chat5-5I0dEKw0n-K2p_N3OZOtzQ==/lib/x86, /data/app/com.example.chat5-5I0dEKw0n-K2p_N3OZOtzQ==/base.apk!/lib/x86, /system/lib, /vendor/lib]]"
我的应用程序崩溃了,非常感谢任何帮助, 谢谢。
我猜我需要为不可变列表添加依赖项,但不确定是什么/哪个
【问题讨论】:
-
信息不够。哪些步骤允许重现?
标签: firebase-authentication flutter