I used this Google documentation to find out about App Engine Connected Android Projects. On this page Google explains how to make such a project, however, the menu item that should exist in Eclipse doesn't.
I installed all the prerequisites, I have a recognized and working Android, App Engine and GWT SDK installed, and I installed most of the Google Eclipse plugins. (I only skipped those I was sure of they would not be needed for this.)
So for some reason, that option was removed from the plugin. But the documentation does still exist. Is there an alternative way to easily achieve the same? I want to do exactly that what that type of projects was intended for: make a App Engine-backed Web App and corresponding Android App through C2DM.
Am I missing some Eclipse plugin or is this type of projects really removed? Anyone that knows how to set up the same?
(If not, is it possible to setup an Android and App Engine project as one Eclipse project? Note that this is not my main question.)