Arunabh Das
Arunabh Das

Reputation: 14392

Deploy Module to App Engine option is not available on Android Studio

In the steps for deploying the backend live to app engine described here :

https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints

It says to do the following steps in Android Studio :

Run Build > Deploy Module to App Engine

However, in Android Studio 1.0.1, there does not seem to be any option there for deploying module to app engine.

Have the steps in the above link not been updated correctly?

Upvotes: 1

Views: 734

Answers (1)

Tim
Tim

Reputation: 43384

Works fine on 1.0.1 build. You don't even have to have a backend module for the option to show.

enter image description here

enter image description here

Do note that it's under the Build menu, not under Run

Upvotes: 2

Related Questions