I am trying the Google Cloud Messaging tutorial: http://developer.android.com/guide/google/gcm/demo.html, but I can't get it to work. I need ot work with eclips and this tutorial does not use eclipse. Does anyone knows how to achieve this, while using eclipse.
EDIT:
My biggest problem is setting up the webserver. I go to this part:
4. Start the development App Engine server by ant runserver, using the -Dsdk.dir to
indicate the location of the App Engine SDK and -Dserver.host to set your
server's hostname or IP address
I got it to compile, but when I enter the url given in the tutorial, it gives me the: The requested URL could not be retrieved error.
EDIT 2:
The feedback after trying to run the server
init:
copyjars:
compile:
datanucleusenhance:
[enhance] DataNucleus Enhancer (version 1.1.4) : Enhancement of classes
[enhance] DataNucleus Enhancer completed with success for 0 classes. Timings input=70 ms, enhance=0 ms, total=70 ms. Consult the log for full details
[enhance] DataNucleus Enhancer completed and no classes were enhanced. Consult the log for full details
runserver:
[java] Sep 4, 2012 9:42:00 AM com.google.apphosting.utils.jetty.JettyLogger info
[java] INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
[java] Sep 4, 2012 9:42:00 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
[java] INFO: Successfully processed C:\Program Files\Android\android-sdk\extras\google\gcm\samples\gcm-demo-appengine\WebContent\WEB-INF/appengine-web.xml
[java] Sep 4, 2012 9:42:01 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
[java] INFO: Successfully processed C:\Program Files\Android\android-sdk\extras\google\gcm\samples\gcm-demo-appengine\WebContent\WEB-INF/web.xml
[java] Sep 4, 2012 9:42:02 AM com.google.apphosting.utils.jetty.JettyLogger warn
[java] WARNING: failed SelectChannelConnector@127.0.0.2:8080: java.net.BindException: Address already in use: bind
[java] Sep 4, 2012 9:42:02 AM com.google.apphosting.utils.jetty.JettyLogger warn
[java] WARNING: failed Server@1e8c585: java.net.BindException: Address already in use: bind
[java]
[java] ************************************************
[java] Could not open the requested socket: Address already in use: bind
[java] Try overriding --address and/or --port.
BUILD SUCCESSFUL
Total time: 5 seconds
Thanks in advance,
Mark Dijkema