Hi gillib. When I used the C2DM (previous to GCM) example project for a university class it had a number of bugs and needed editing - mainly on the Android side. The generated code for the RPCs between Android device and AppEngine server code were not being generated properly. There were a number of StackOverflow threads on that and I contributed to some of them and it got more or less resolved when you did the right encantations. I suggest if you have a specific error message that you search for it on SO, and you will find the workarounds. Otherwise post something specific here and I will see if I can help.
Your other questions are more on the server side. I was using AppEngine, and so used that - with it's datastore and no MySQL and JDBC etc. So, I can't help you much there If we are talking about the same Google example project (AppEngine connected Android project with GCM...) then you can use Google AppEngine (locally and deployed to the cloud). When you import the project it should create an Android client project and a Google AppEngine "Web application" project. You will need to have installed previously Java (upto 1.6 for now...), and either the Google Eclipse plugin with the AppEngine SDK, or the SDK manually..... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

