1. ホーム
  2. android

[解決済み] [Solved] Error "File google-services.json is missing from module root folder. これがないとGoogle Services Pluginは機能しません" [重複]。

2022-02-06 23:54:59

質問事項

プロジェクトを最新のPlayサービスにアップデートしてみた classpath 'com.google.gms:google-services:1.5.0-beta2' . また、app.gradleファイルでも最新版のplayservicesを次のように使用しています。

compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'

しかし、コンパイルすると、Gradleは以下のように例外を投げます。

Error:Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.

解決方法は?

を取得する必要があります。 設定ファイル を開発者のサイトから取得し、プロジェクトのアプリレベルのディレクトリに貼り付けてください。

更新してください。

後藤

  1. https://console.firebase.google.com/

  2. プロジェクトの選択

  3. 左メニューの「設定 >プロジェクト設定」をクリックします。

  4. アプリを追加するか、google-services.json ファイルを あなたのアプリ セクションをご覧ください。