用于google-cloud端点app-engine连接android项目的登台服务器

时间:2022-03-31 20:20:15

I find a very short article on how to create a staging server for app-engine. I am using Java. The essential idea is to create another application through the app-engine console. My particular problem is that I have been using the Google-Eclipse-Plugin (GEP) to design my app-engine connected android application. So to me there is restriction on changing which server my android app is pointing to. How do I overcome that hurdle? Please, be a bit detailed in responding (no non-actionable advise please).

我找到一篇关于如何为app-engine创建登台服务器的文章。我正在使用Java。基本思想是通过app-engine控制台创建另一个应用程序。我特别的问题是我一直在使用Google-Eclipse-Plugin(GEP)来设计我的app-engine连接的android应用程序。所以对我来说,改变我的Android应用程序所指向的服务器是有限制的。我如何克服这个障碍?请详细说明(请不要提出不可采取行动的建议)。

1 个解决方案

#1


1  

The linked article has some nice concepts but as you say it is a little short on details. It looks like the main thing you need to know is how to tell Eclipse to deploy to a different Application Id. If that is so, first browse to https://appengine.google.com/ and create a new application there. Keep a note of its Id.

链接的文章有一些很好的概念,但正如你所说,它的细节有点短。看起来您需要知道的主要事情是如何告诉Eclipse部署到不同的Application Id。如果是这样,请首先浏览到https://appengine.google.com/并在那里创建一个新应用程序。记下其ID。

Make sure Eclipse is also logged in with your Google account. Then right click on your project name, and select Properties right at the end of the context menu. Expand the Google tab in the project properties dialog, then click on App Engine. In the Deployment section you can change the Application Id to match your new Application. I have tried to illustrate it with the example 'my-application-id-here' in the following screenshot.

确保Eclipse也使用您的Google帐户登录。然后右键单击项目名称,并在上下文菜单的末尾选择“属性”。展开项目属性对话框中的Google选项卡,然后单击App Engine。在“部署”部分中,您可以更改“应用程序ID”以匹配新应用程序。我试图用以下屏幕截图中的'my-application-id-here'示例来说明它。

用于google-cloud端点app-engine连接android项目的登台服务器

#1


1  

The linked article has some nice concepts but as you say it is a little short on details. It looks like the main thing you need to know is how to tell Eclipse to deploy to a different Application Id. If that is so, first browse to https://appengine.google.com/ and create a new application there. Keep a note of its Id.

链接的文章有一些很好的概念,但正如你所说,它的细节有点短。看起来您需要知道的主要事情是如何告诉Eclipse部署到不同的Application Id。如果是这样,请首先浏览到https://appengine.google.com/并在那里创建一个新应用程序。记下其ID。

Make sure Eclipse is also logged in with your Google account. Then right click on your project name, and select Properties right at the end of the context menu. Expand the Google tab in the project properties dialog, then click on App Engine. In the Deployment section you can change the Application Id to match your new Application. I have tried to illustrate it with the example 'my-application-id-here' in the following screenshot.

确保Eclipse也使用您的Google帐户登录。然后右键单击项目名称,并在上下文菜单的末尾选择“属性”。展开项目属性对话框中的Google选项卡,然后单击App Engine。在“部署”部分中,您可以更改“应用程序ID”以匹配新应用程序。我试图用以下屏幕截图中的'my-application-id-here'示例来说明它。

用于google-cloud端点app-engine连接android项目的登台服务器