INVALID_SENDER -
The sender account is not recognized. This must be fixed on the
Android application side. The developer must fix the application to
provide the right sender extra in the com.google.android.c2dm.intent.REGISTER intent.samples/gcm-demo-client/src/com/google/android/gcm/demo/app/CommonUtilities.java and set the proper values for the SENDER_ID and SERVER_URL constants. For example:static final String SERVER_URL = "http://192.168.1.10:8080/gcm-demo"; static final String SENDER_ID = "4815162342";
Note that the SERVER_URL is the URL for the server and the application's context (or just server, if you are using App Engine), and it does not include the forward slash (/). Also note that SENDER_ID is the Google API project ID you obtained in the server setup steps above.
CHECK YOUR GOOGLE API CONSOLE URL FOR THE PROJECT (https://code.google.com/apis/console/b/0/#project:65464654646546:overview)