I am trying to run a GCM
sample application here in my Eclipse.
I do not use Android studio and I do not have a plugin gradle
in my eclipse.
After importing the eclipse client application, GCM
I get the error message:
gcm_defaultSenderId cannot be resolved or is not a field
I do not want to switch to Android studio.
How to remove this error and run the application?
If I need to install gradle, which plugin should I use in my Eclipse-MARS?
PS - I have never used gradle before.
source
share