UPDATE: I fixed the problems in the code below so this makes a nice basic working example of how to use GCM
So, I\'m trying to im
I also had this ANNOYing bug, til now. The Problem was, that i declared the intentservice inside another package... even if i declared the name in the android manifest and no classnotfound exception had been place... no error at all could be found... so i made sure the intentservice is in the root package.