No google-services.json but still fetching the remote config from my Firebase project

余生颓废 提交于 2019-12-13 03:19:18

问题


I was trying to change google-services.json file of new project from old one. So, I deleted the old one and pasted new json file in two places one by one to test.

  1. app/
  2. app/src

1 case didn't work, so, tried 2 case. But didn't work either. Both cases fetch config from the old project.

So, I deleted app completely in the project. And then tried. Still working!

And then, I deleted all google-services.json files in my laptop. And then tried. BUT STILL WORKING.

How can I solve this problem?


回答1:


Invalidate cache & Restart Android Studio

OR

Delete app/build Directory from explorer or finder & Rebuild Project



来源:https://stackoverflow.com/questions/56879661/no-google-services-json-but-still-fetching-the-remote-config-from-my-firebase-pr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!