Cannot resolve symbol default_web_client_id in Firebase's Android Codelab

前端 未结 19 1387
说谎
说谎 2021-02-01 05:18

I am trying to learn Firebase, so I went through the Android Codelab. The project they gave me however, had an error:

Cannot resolve symbol default_web_cl

19条回答
  •  遇见更好的自我
    2021-02-01 06:02

    I also had the same issue, make sure "google-services.json" is in your app directory. Then simply rebuild the project from "Build -> Rebuild Project"

    Since the string resource "default_web_client_id" is auto-generated, it will be resolved once you rebuild the project

提交回复
热议问题