简体   繁体   English

使用 Flutter Firebase 构建 apk 时出错

[英]Error building apk using Flutter Firebase

Using the latest version of Firebase for Flutter and tried running the application.使用最新版本的 Firebase for Flutter 并尝试运行该应用程序。 but unfortunately having a load of errors which makes no sense to me.但不幸的是,有很多错误对我来说毫无意义。

https://i.stack.imgur.com/ggbZi.png , https://gofile.io/d/b6RmlQ , https://gofile.io/d/FZBg2O , https://gofile.io/d/yCRUcy https://i.stack.imgur.com/ggbZi.pnghttps://gofile.io/d/b6RmlQhttps://gofile.io/d/FZBg2Ohttps://gofile.io/d/ yCRUcy

The flutter Firebase implementations uses native code under the hood. Flutter Firebase 实现在幕后使用本机代码。 The errors are stating that the native classes are not found.错误表明未找到本机类。

This is likely because of a dependency missing.这可能是因为缺少依赖项。

Try to flutter clean then flutter pub get and check if it works.尝试flutter clean然后flutter pub get并检查它是否有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM