Error Creating json project configuration file for Implementing GCM Client on Android
问题 I am trying to get gcm working in my app. It is my job to update the app from the Eclipse build to the Android studio build. In the Android Studio build it no longer works to just plug in gcm.jar, so I am following this documentation: https://developers.google.com/cloud-messaging/android/client to get my app running with gcm. In order to do that I need to create a json configuration file. To make that file I must give google's configuration file creator my appId and my packageName. I have