First Flutter App error: cannot resolve symbol “Properties”

前端 未结 13 2329
南旧
南旧 2020-12-29 04:46

I followed the steps in the Flutter document and tried to build my first Flutter app in Intellij IDEA. And when I try to run it,there was an error about my JAVA_HOME variabl

13条回答
  •  無奈伤痛
    2020-12-29 05:06

    In yours "project\android\build.gradle" Just change:

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

    to:

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

提交回复
热议问题