What I'm trying to do is create an Android app that talks to my existing App Engine back end. I'm following the steps in http://android-developers.blogspot.com/2013/06/adding-backend-to-your-app-in-android.html. I installed Android Studio 0.2.1 (I/O Preview, build AI-130.745757, built 18-July-2013) on a Mac.
The problem is that my Tools menu doesn't have Google Cloud Endpoints. My understanding from looking at this blog post: http://bradabrams.com/2013/06/google-io-2013-demo-android-studio-cloud-endpoints-synchronized-stopwatch-demo/, is that GCE is supposed to ship as part of Android Studio.
I have also read this answer: How to install new Android Studio extensions to IntelliJ IDEA, but that concerns IntelliJ IDEA, rather than Android Studio itself.
Am I missing a step?
Thanks.