I found the problem, I had to right-click on my App Engine project -> Google -> App Engine Settings ...
and change the capitalization of my project's name. For some reason the framework placed the same name there as the name I gave my eclipse project rather than the name I registered with the server. Still cannot get the emulator to work though. I had to C2DM from a physical phone. Regards, John Goche On Mon, Jan 9, 2012 at 4:17 PM, John Goche <[email protected]>wrote: > > Hello, > > I have created and registered an application by the imaginative name > called FooBarAkAFoobar. > I have registered it under my email account and created a C2DM > application in eclipse by going > to FIle -> New -> Other -> Android -> App Engine Connected Android > Project > > When I try to deploy the web application I get the following error: > > > ----------------------------------------------------------------------------------------------------------------------------------- > > Unable to update: > > com.google.appengine.tools.admin.HttpIoException: Error posting to > URL: > https://appengine.google.com/api/appversion/getresourcelimits?app_id=FooBarAKAFoobar&version=1& > 400 Bad Request > > Client Error (400) > The request is invalid for an unspecified reason. > > > at > > com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java: > 282) > > at > > com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java: > 235) > > at > > com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java: > 214) > > at > > com.google.appengine.tools.admin.ResourceLimits.remoteRequest(ResourceLimits.java: > 160) > > at > > com.google.appengine.tools.admin.ResourceLimits.request(ResourceLimits.java: > 127) > > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: > 323) > > at > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > 52) > > at > > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java: > 400) > > at > > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java: > 148) > > at > > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java: > 38) > > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > > > ------------------------------------------------------------------------------------------------------------------------------------------- > > What am I doing wrong, > > I have successfully registered for C2DM overnight and would like to > try it out! > > Thanks, > > John Goche -- 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

