endppp
endppp

Reputation: 3

How to deploy a Google Endpoints for Android app when using Android Studio?

I'm using Android Studio and Google Endpoints for my Android application. Up until now I'm running the server locally. Can anyone tell me how to deploy the server?

Upvotes: 0

Views: 72

Answers (1)

tomrozb
tomrozb

Reputation: 26251

You can do this from directly from terminal. Go to the project directory then execute command

gradlew appengineUpdate

You can also deploy it from Android Studio

Build > Deploy module to App Engine

Upvotes: 1

Related Questions