I'm trying to implement the new GCM client on Android.
At one point, you have to enable Google Services for the app. After enabling Cloud Messaging you have to download the file google-services.json and put it in the app/ or mobile/ directory. The problem is that in my eclipse project this directories doesn't exist.
So my question is: where do I have to put this file?