Skip to content Skip to sidebar Skip to footer

Gcm Noclassdeffounderror When Checking Device/manifest

I'm trying to integrate Google Cloud Messaging into my application. I have the following code in my onCreate method. GCMRegistrar.checkDevice(this); GCMRegistrar.checkMan

Solution 1:

I ended up copying the gcm.jar into the libs folder then referencing that gcm.jar to my build paths. It's working now.


Post a Comment for "Gcm Noclassdeffounderror When Checking Device/manifest"