I'm trying to run GCM
sample application present here in my Eclipse.
I'm not using Android studio and I don't have gradle
plug-in in my eclipse.
After importing the GCM
client android app in eclipse, I'm getting error:
gcm_defaultSenderId cannot be resolved or is not a field
I do not want to shift to Android studio.
How can I remove this error & make my app run?
If I've to install gradle, which plugin should I use in my Eclipse-MARS?
PS - I've never used gradle before.