如何在启用 Google+ Api 后将配置文件添加到我的项目
How to Add the configuration file to my project After Enabling Google+ Api
我正在使用 android studio 将 Google+ Api 集成到我的应用程序中,但我对如何将配置文件添加到我的项目感到困惑。
谁能帮忙。
提前致谢。
1.Download .json 文件来自这里 https://console.developers.google.com/apis/credentials?project=default-demo-app-6057a
2.move "Downloaded .json file path" "项目路径到应用程序文件夹
3.Type 在终端
中这样的命令
移动 "C:\Users\pc43\Downloads\google-services.json" "D:\Dummy\xxxx\Google+Project\app"
我正在使用 android studio 将 Google+ Api 集成到我的应用程序中,但我对如何将配置文件添加到我的项目感到困惑。
谁能帮忙。 提前致谢。
1.Download .json 文件来自这里 https://console.developers.google.com/apis/credentials?project=default-demo-app-6057a
2.move "Downloaded .json file path" "项目路径到应用程序文件夹
3.Type 在终端
中这样的命令移动 "C:\Users\pc43\Downloads\google-services.json" "D:\Dummy\xxxx\Google+Project\app"