Google App Engine需要设置应用程序名称

时间:2021-11-09 07:34:12

I am using Google Cloud Endpoints and have deployed the back-end globally. Now I am trying to run android application on Mobile. The documentation here shows that while deploying the application, I need to edit tag and enter my project id, which I have done.

我正在使用Google Cloud Endpoints,并在全球范围内部署了后端。现在我想在Mobile上运行android应用程序。这里的文档显示,在部署应用程序时,我需要编辑标签并输入我已完成的项目ID。

However, running the application on mobile gives me the following error:

但是,在移动设备上运行应用程序会给我以下错误:

AbstractGoogleClient﹕ Application name is not set. Call Builder#setApplicationName.

There is another similar question here but hasn't been answered appropriately. Please help!

这里还有另一个类似的问题,但没有得到适当的回答。请帮忙!

1 个解决方案

#1


1  

I know its pretty late but this can be helpful to someone else.

我知道它很晚,但这对其他人有帮助。

You should add the application name when you try to build.

您应该在尝试构建时添加应用程序名称。

Refer this Set Application Name

请参阅此设置应用程序名称

#1


1  

I know its pretty late but this can be helpful to someone else.

我知道它很晚,但这对其他人有帮助。

You should add the application name when you try to build.

您应该在尝试构建时添加应用程序名称。

Refer this Set Application Name

请参阅此设置应用程序名称