如何在IntelliJ中将我的Android项目添加Google Cloud Endpoints模块?

时间:2016-04-17 04:43:46

标签: google-app-engine android-studio intellij-idea google-cloud-endpoints

我想用IntelliJ中的Android项目测试Google Cloud Endpoints。我使用IntelliJ来做很多事情,包括:

  • 网站开发。
  • 编写Python脚本。
  • 制作Java命令行程序。
  • 玩新语言我正在考虑像Rust一样学习。

我更喜欢在同一个IDE中执行此操作,因为我有很多用于各种事物的插件和许多自定义设置等。点是我不想使用Android Studio。

由于Android Studio基于IntelliJ,我通常可以使用IntelliJ中为Android Studio制作的所有教程,尽管有时会移动UI内容。但是,我似乎无法找到任何方法将Google Cloud Endpoints模块添加到IntelliJ中的项目中。我正在尝试follow this guide

我安装了Google Cloud Tools插件,但似乎没有任何界面可以访问它们。那么有人知道如何在普通的IntelliJ中做到这一点,或者这可能是目前只能在Android Studio中实现的东西?

2 个答案:

答案 0 :(得分:1)

我是IntelliJ和Android Studio的Google Cloud插件的TL。

不幸的是,Android Studio中的App Engine模块生成功能在IntelliJ中不可用。有一些平台差异使得移植特征集非平凡。最终,我们希望将我们的Android / Cloud集成到所有IntelliJ平台用户,但目前我们专注于IntelliJ中仅支持Cloud(想想Stackdriver Debugger,App Engine flex和标准部署,Cloud Repository集成)。

答案 1 :(得分:0)

根据documentation," Android Studio 3.0不支持创建基于App Engine的云后端;但是,具有云后端的现有项目将继续在Android Studio中运行。"

它还建议使用FireBase来创建新的移动后端。