从Android Studio部署Google App Engine后端

时间:2014-04-10 17:41:54

标签: google-app-engine android-studio

是否可以在Android Studio中将Google App Engine后端模块部署为Google App Engine项目(在Google的服务器上)?在eclipse中,这可以通过插件实现,但现在我不知道如何做到这一点或发现其他人这样做。

2 个答案:

答案 0 :(得分:3)

如果你想看看gradle引擎盖下的东西:

gradlew tasks

如果您只想要.war文件

gradlew war

将完成这项工作:

gradlew appengineUpdate

答案 1 :(得分:0)

您可以从UI本身执行此操作。转到

Build -> Deploy Module to App Engine

enter image description here

enter image description here

如果您是第一次部署,则必须使用添加帐户按钮登录您的Google帐户。

enter image description here