I am trying, to implement the new GCM, I am following Google get stated : http://developer.android.com/guide/google/gcm/gs.html
I getting stuck at getting my de
android:enabled="true"
Remove this ^
If you don't already add this to your manifest
You don't need the second constructor in GCMIntentService. only this one
public GCMIntentService() {
super(SENDER_ID); }
Ensure that your SENDER_ID is the number copied out of the URL from your browser while you are browsing the google code website AND browsing the GCM service.