Wednesday, August 15, 2012

GCM : java.lang.noclassdeffounderror: com.google.android.gcm.GCMRegistrar

If you've got this exception it means you need to COPY (command + C) gcm.jar into the libs folder of your project. Then do right click on this jar and add it to the build path. That's it.

For more explanation refer to this link.