So I've been following Google's tutorial to set up GCM demo apps on an Android emulator (the one here: http://developer.android.com/guide/google/gcm/demo.html). I got the server side working - I have a tomcat server that displays "No devices registered!" on the GCM demo page. I've installed the client-side app on an Android emulator with target Google APIs (trying to get GCM working on one targeted to 4.1 simply spits out "Unfortunately, GCM Demo has stopped" every time I run the application) - the application runs successfully, but it can't connect to the server to register the device (it goes through all 5 attempts). I did edit SERVER_URL, SENDER_ID and api.key to the correct values (I've followed every step of the tutorial) - what am I missing here? The browser on the emulator also appears to work fine.
Edit: Fixed url to demo - nickl