Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Flatter emulator在firebase安装后第一次运行时崩溃_Android_Firebase_Flutter_Firebase Authentication - Fatal编程技术网

Android Flatter emulator在firebase安装后第一次运行时崩溃

Android Flatter emulator在firebase安装后第一次运行时崩溃,android,firebase,flutter,firebase-authentication,Android,Firebase,Flutter,Firebase Authentication,我遵循了一个教程,该教程描述了在Windows PC上使用Android Studio在我的Flatter应用程序上安装firebase\u auth的过程。在按照google firebase说明修改代码并点击run后,该应用程序崩溃,出现以下错误: 我搜索了无数个线程,寻找解决方案,但似乎没有人遇到过这个问题。您是否将配置添加到gradle dependencies { // Add the google services classpath classpath 'com.goog

我遵循了一个教程,该教程描述了在Windows PC上使用Android Studio在我的Flatter应用程序上安装
firebase\u auth
的过程。在按照google firebase说明修改代码并点击run后,该应用程序崩溃,出现以下错误:


我搜索了无数个线程,寻找解决方案,但似乎没有人遇到过这个问题。

您是否将配置添加到gradle

dependencies {
  // Add the google services classpath
  classpath 'com.google.gms:google-services:4.3.0'
}


请不要显示文本的屏幕截图。而是将文本复制到问题中,以便更容易阅读和搜索。
apply plugin: 'com.google.gms.google-services'