Build failed with an exception in flutter

后端 未结 1 1102
北恋
北恋 2020-12-21 10:23

I am trying to connect my app with firebase while i run my app it shows an error - * Where: Build file \'D:\\AndroidStudio\\login\\android\\app\\build.gradle\' line: 24

1条回答
  •  庸人自扰
    2020-12-21 11:20

    I also had this issue, changing

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

    To

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

    Fixed it for me.

    0 讨论(0)
提交回复
热议问题