将 google-services.json 文件放入 eclipse 项目的何处?

Where to put google-services.json file into eclipse project?

我正在尝试在 Android 上实施新的 GCM client

在某一时刻,您必须为该应用程序启用 Google Services。启用 Cloud Messaging 后,您必须下载文件 google-services.json 并将其放在 app/mobile/ 目录中。问题是在我的 eclipse 项目中这个目录不存在。

所以我的问题是:我必须把这个文件放在哪里?

对于eclipse 来说似乎不需要那个文件。我设法让客户端在没有它的情况下工作。
只需按照 Implementing GCM Client on Android 中的步骤操作并跳过带有 google-services.json 文件的部分。

更新:对于 Android Studio,说明非常清楚。该文件必须放在项目的 app/ 目录中:https://developers.google.com/cloud-messaging/android/client#add-config

P.S。任何否决票是否应该与评论中指定的原因一起使用? :)