File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it

后端 未结 5 2028
梦毁少年i
梦毁少年i 2020-12-20 18:50

I have a project with 1 module and 2 applications. The module is used for code parts that both applications uses. Of course I have separate google-services.json files in the

5条回答
  •  余生分开走
    2020-12-20 19:28

    If you want to use firebase or other google cloud platform then download google-services.json from link - https://console.firebase.google.com/u/0/project/raafta-aac07/settings/general/

    Else you don't want to use it then , just remove apply plugin: 'com.google.gms.google-services' from build.gradle from Android Studio

提交回复
热议问题