I am using a Google example (gcm-demo-appengine - Google Demo )
but I think there may be some problems with google source code, when I run it, it throws
java.lang.NoClassDefFoundError: com / google / android / gcm / server / Sender
in cloud.spam.filter.server.SendMessageServlet.newSender (SendMessageServlet.java:63)
in cloud.spam.filter.server.SendMessageServlet.init (SendMessageServlet .java: 54)
There are some problems with the sender class (seriously?)
Is it possible to replace the sender class with something else? This is the first time I use GCM, so I have no idea how important the sender class is and what it is used for.
Many thanks.
source
share