文件 google-services.json 丢失。在哪里可以找到这个文件?手机间隙
File google-services.json is missing. where to find this file ? PHONEGAP
注意!!
在将其声明为重复之前:
我在 Whosebug 上发现了很多类似的问题,但大多数提问者似乎知道在哪里可以找到该文件,而我不知道。他们提到 gradle
之类的东西我一无所知!
我的问题
我正在做一个 phonegap 项目。我在 android 开发方面没有任何经验。
在我的项目上安装推送插件并尝试使用 phonegap build android
构建项目之后。我得到这个错误:
File google-services.json is missing. The Google Services Plugin
cannot function without it.
甚至插件的 documentation 都说我必须得到一个 google-services.json
文件并将其放在我的 phonegap 项目文件夹中。
As of version 2.0.0 the SENDER_ID parameter has been removed at
install time. Instead you put your google-services.json (Android)
and/or GoogleService-Info.plist in the root folder of your project and
then add the following lines into your config.xml.
主要问题是我不知道在哪里可以找到 google-services.json
以及如何使用 SENDER_ID
和其他 google API 变量更新它.
额外信息:
我在 linux mint 上使用 phonegap,我安装了 android studio。
你可以从 firebase developer console.
得到 google-services.json
点击你的应用,这里的应用名称是testapp
接下来你会发现这个屏幕点击菜单你会看到设置点击它。
在设置中您将能够看到"Download Google-services.json"按钮。
在那里您会找到现有项目的 google-services.json 文件。
希望对您有所帮助。
注意!!
在将其声明为重复之前:
我在 Whosebug 上发现了很多类似的问题,但大多数提问者似乎知道在哪里可以找到该文件,而我不知道。他们提到 gradle
之类的东西我一无所知!
我的问题
我正在做一个 phonegap 项目。我在 android 开发方面没有任何经验。
在我的项目上安装推送插件并尝试使用 phonegap build android
构建项目之后。我得到这个错误:
File google-services.json is missing. The Google Services Plugin cannot function without it.
甚至插件的 documentation 都说我必须得到一个 google-services.json
文件并将其放在我的 phonegap 项目文件夹中。
As of version 2.0.0 the SENDER_ID parameter has been removed at install time. Instead you put your google-services.json (Android) and/or GoogleService-Info.plist in the root folder of your project and then add the following lines into your config.xml.
主要问题是我不知道在哪里可以找到 google-services.json
以及如何使用 SENDER_ID
和其他 google API 变量更新它.
额外信息:
我在 linux mint 上使用 phonegap,我安装了 android studio。
你可以从 firebase developer console.
得到 google-services.json点击你的应用,这里的应用名称是testapp
接下来你会发现这个屏幕点击菜单你会看到设置点击它。
在设置中您将能够看到"Download Google-services.json"按钮。
在那里您会找到现有项目的 google-services.json 文件。
希望对您有所帮助。