2016-06-22 1 views
0

Androidデベロッパーコンソールを設定し、google-services.jsonファイルをダウンロードします。 、私を助けてくださいgoogle-services.jsonファイルが既に追加されていますが、エラーが発生しました:ファイルgoogle-services.jsonがモジュールルートフォルダにありません

FAILURE: Build failed with an exception. 

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

    * Try: 
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

:今私は、プロジェクトをビルドし、私のアプリフォルダに私のGoogle-services.jsonを置くが、Gradleのコンソールにエラーが表示されます。

+0

おそらくthis [thread](http://stackoverflow.com/questions/33866061/file-google-services-json-is-missing-from-module-root-folder-the-google-service)を参照してください。 – nbryans

答えて

0

あなたのプロジェクトのアプリケーションフォルダにgoogle-services.jsonファイルを追加する必要があります。 公式ドキュメントからこのarticleをお読みください。 google-service.jsonファイルhereを入手してください。

関連する問題