如何找出由 Google App Engine 脚本生成的 Android 客户端库的服务构建器的类名?

Posted

技术标签:

【中文标题】如何找出由 Google App Engine 脚本生成的 Android 客户端库的服务构建器的类名?【英文标题】:How can I figure out the class name of the service builder for the Android Client Library, generated by the Google App Engine script? 【发布时间】:2013-12-17 10:55:47 【问题描述】:

好的,让我说得更具体一些。我正在关注本指南:

https://developers.google.com/appengine/docs/python/endpoints/consume_android

但是,当我到达这一点时,我遇到了障碍(#Python_Creating_the_service_object):

//You must use a service object to make requests to the Endpoints API. For unauthenticated requests, construct the service object as follows:

Tictactoe.Builder builder = new Tictactoe.Builder(
AndroidHttp.newCompatibleTransport(), new GsonFactory(), null);
service = builder.build();

问题是,我已经构建了客户端库并包含了所有正确的 .jar,但我找不到 Tictactoe 是什么占位符?我可以使用什么名称,或者更确切地说,我在哪里可以找到它?

最好的问候


回答:

由于我不知道的原因,eclipse 拒绝识别我的 jar 文件的内容,其中包含构建器。

如果您遇到同样的问题,请按照以下方法解决:

    提取包含您的源代码的 .jar 文件的内容(命令:jar xf [...-sources.jar]) 将文件复制到您的工作区

该死的日食...

【问题讨论】:

【参考方案1】:

由于我不知道的原因,eclipse 拒绝识别我的 jar 文件的内容,其中包含构建器。

如果您遇到同样的问题,请按照以下方法解决:

提取包含源代码的 .jar 文件的内容(command:jar xf [...-sources.jar] ) 将文件复制到您的工作区 该死的日食...

【讨论】:

以上是关于如何找出由 Google App Engine 脚本生成的 Android 客户端库的服务构建器的类名?的主要内容,如果未能解决你的问题,请参考以下文章

Google App Engine Flexible 可以访问由包动态创建的文件夹吗?

Google Apps 域上的 Google App Engine

如何在 Google Cloud App Engine 上使用 PubSub 创建订阅者,该订阅者通过 Publisher 从 Google Cloud App Engine Flex 收听消息?

如何在 Google App Engine app.yaml 中处理尾部斜线

如何减少 Google App Engine 部署的 ktor App 文件大小

Google App Engine (Java) + Spring 管理的 PersistenceManager