FireBase stuck on “Run your app to verify installation” for android

前端 未结 18 741
再見小時候
再見小時候 2021-02-05 00:57

I\'m new to android development, since a long time, I\'m stuck in one error that is Run your app to verify installation (Checking if the app has communicated with our servers. Y

18条回答
  •  旧时难觅i
    2021-02-05 01:34

    Make sure you:

    1. Have included google() in the buildscript repositories in the android/build.gradle
    2. Have added classpath 'com.google.gms:google-services:4.3.3' dependency in the android/build.gradle
    3. Have included google() in the allprojects repositories in the android/build.gradle

    And this official documentation helped me a lot (I just followed all the steps).

提交回复
热议问题